Spaces:
Running
Running
Update tsconfig.json
Browse files- tsconfig.json +3 -3
tsconfig.json
CHANGED
|
@@ -16,9 +16,9 @@
|
|
| 16 |
|
| 17 |
/* Linting */
|
| 18 |
"strict": true,
|
| 19 |
-
"noUnusedLocals":
|
| 20 |
-
"noUnusedParameters":
|
| 21 |
-
"
|
| 22 |
|
| 23 |
/* Types */
|
| 24 |
"types": ["vite/client", "node"]
|
|
|
|
| 16 |
|
| 17 |
/* Linting */
|
| 18 |
"strict": true,
|
| 19 |
+
"noUnusedLocals": false,
|
| 20 |
+
"noUnusedParameters": false,
|
| 21 |
+
"noFallthroughCasesInSwitch": true,
|
| 22 |
|
| 23 |
/* Types */
|
| 24 |
"types": ["vite/client", "node"]
|