PR-715551: Fix ignoreDeprecations to 6.0 in tsconfig.json.

This commit is contained in:
2026-06-03 04:18:45 +00:00
parent 9cfac2494a
commit 7c27613225

View File

@@ -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"],