From 7c2761322503aaf6148a1d76f36ebd2ec6956bf8 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Wed, 3 Jun 2026 04:18:45 +0000 Subject: [PATCH] PR-715551: Fix ignoreDeprecations to 6.0 in tsconfig.json. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 33c5b59..f343f55 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "esModuleInterop": true, "target": "es2021", "moduleResolution": "node10", - "ignoreDeprecations": "5.0", + "ignoreDeprecations": "6.0", "sourceMap": true, "typeRoots" : ["./src/@types", "./node_modules/@types"], "types": ["jest", "node"],