Skip to content

Commit d66760c

Browse files
committed
fix: silence TypeScript 6 deprecation errors
1 parent 408e68e commit d66760c

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
@@ -6,6 +6,7 @@
66
"emitDeclarationOnly": true,
77
"esModuleInterop": true,
88
"forceConsistentCasingInFileNames": true,
9+
"ignoreDeprecations": "6.0",
910
"isolatedModules": true,
1011
"jsx": "react-jsx",
1112
"lib": ["DOM", "ESNext"],

0 commit comments

Comments
 (0)