Upgrade typescript version

This commit is contained in:
Przemek Więch
2025-01-13 17:43:08 +01:00
parent e86db55357
commit 41807a7b43
5 changed files with 56 additions and 53 deletions

View File

@@ -17,7 +17,6 @@
"noEmit": true,
"jsx": "react-jsx",
"allowSyntheticDefaultImports": true,
"suppressImplicitAnyIndexErrors": true,
"sourceMap": true,
"noFallthroughCasesInSwitch": true
},