Skip to content

Commit 2929152

Browse files
committed
fix(ci): Set ignoreDeprecations for TS
1 parent b679751 commit 2929152

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"noImplicitAny": true,
88
"module": "CommonJS",
99
"moduleResolution": "node",
10-
"ignoreDeprecations": "5.0",
10+
"ignoreDeprecations": "6.0",
1111
"strictNullChecks": true,
1212
"skipLibCheck": true,
1313
"types": ["node"]

0 commit comments

Comments
 (0)