Skip to content
Snippets Groups Projects
Commit a34cc47a authored by rinsuki's avatar rinsuki
Browse files

tsconfig.json noImplicitAny: true

parent 8d81bd0d
No related branches found
No related tags found
No related merge requests found
......@@ -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": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment