We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
any
1 parent 650696f commit 8427b28Copy full SHA for 8427b28
1 file changed
tsconfig.json
@@ -11,7 +11,7 @@
11
, "noImplicitReturns": true
12
, "noFallthroughCasesInSwitch": true
13
, "strictNullChecks": true
14
- , "noImplicitAny": false
+ , "noImplicitAny": true
15
, "noUnusedParameters": false
16
, "noImplicitThis": true
17
, "noLib": false
0 commit comments