electro-sb commited on
Commit
5689ac0
·
1 Parent(s): 9b42c6c

Temporarily disable noImplicitAny in tsconfig.json

Browse files
Files changed (1) hide show
  1. web/tsconfig.json +1 -0
web/tsconfig.json CHANGED
@@ -15,6 +15,7 @@
15
  "noEmit": true,
16
  "jsx": "react-jsx",
17
  "strict": true,
 
18
  "noUnusedLocals": true,
19
  "noUnusedParameters": true,
20
  "noFallthroughCasesInSwitch": true,
 
15
  "noEmit": true,
16
  "jsx": "react-jsx",
17
  "strict": true,
18
+ "noImplicitAny": false,
19
  "noUnusedLocals": true,
20
  "noUnusedParameters": true,
21
  "noFallthroughCasesInSwitch": true,