summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinsuki <428rinsuki+git@gmail.com>2018-06-17 17:43:54 +0900
committerrinsuki <428rinsuki+git@gmail.com>2018-06-17 17:43:54 +0900
commita34cc47a11d5fffa4e4e4817d9d8f4d741cc3ead (patch)
treecb6bdd7da1860992a54de9ade1bd86d1e242ed34
parentMerge pull request #1732 from rinsuki/fix/1731 (diff)
downloadsharkey-a34cc47a11d5fffa4e4e4817d9d8f4d741cc3ead.tar.gz
sharkey-a34cc47a11d5fffa4e4e4817d9d8f4d741cc3ead.tar.bz2
sharkey-a34cc47a11d5fffa4e4e4817d9d8f4d741cc3ead.zip
tsconfig.json noImplicitAny: true
-rw-r--r--tsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index c407d554ee..125a0c0943 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -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": [