tsconfig.json noImplicitAny: true

This commit is contained in:
rinsuki 2018-06-17 17:43:54 +09:00
parent 8d81bd0dc0
commit a34cc47a11

View file

@ -2,7 +2,7 @@
"compilerOptions": {
"allowJs": true,
"noEmitOnError": false,
"noImplicitAny": false,
"noImplicitAny": true,
"noImplicitReturns": true,
"noUnusedParameters": false,
"noUnusedLocals": true,
@ -14,7 +14,7 @@
"removeComments": false,
"noLib": false,
"strict": true,
"strictNullChecks": false
"strictNullChecks": false
},
"compileOnSave": false,
"include": [