dvc890 commited on
Commit
c5136b8
·
verified ·
1 Parent(s): e0472ca

Update tsconfig.json

Browse files
Files changed (1) hide show
  1. tsconfig.json +3 -3
tsconfig.json CHANGED
@@ -16,9 +16,9 @@
16
 
17
  /* Linting */
18
  "strict": true,
19
- "noUnusedLocals": true,
20
- "noUnusedParameters": true,
21
- "fallthroughCasesInSwitch": true,
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"]