Skip to content

Commit 51c144b

Browse files
authored
fix: 🐛 ignore TS 5.0 deprecations (#373)
1 parent e8117f6 commit 51c144b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"noImplicitAny": true,
1515
"strictNullChecks": true,
1616
"suppressImplicitAnyIndexErrors": true,
17+
"ignoreDeprecations": "5.0",
1718
"noUnusedLocals": true,
1819
"noUnusedParameters": true,
1920
"allowSyntheticDefaultImports": true,

0 commit comments

Comments
 (0)