summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2016-12-29 10:01:40 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2016-12-29 10:01:40 +0900
commit3e64cf1b0fed8d0a60c4d0d42280c7cb70fecbdc (patch)
treeaa09dea6a4104f6f21c92e84fa86f500d53b3e41 /tsconfig.json
parentRemove needless empty line (diff)
downloadsharkey-3e64cf1b0fed8d0a60c4d0d42280c7cb70fecbdc.tar.gz
sharkey-3e64cf1b0fed8d0a60c4d0d42280c7cb70fecbdc.tar.bz2
sharkey-3e64cf1b0fed8d0a60c4d0d42280c7cb70fecbdc.zip
Use compiler option instead of linter option
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 9fa05af4e7..0b7f78c684 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -3,6 +3,8 @@
"noEmitOnError": false,
"noImplicitAny": false,
"noImplicitReturns": true,
+ "noUnusedParameters": true,
+ "noUnusedLocals": true,
"noFallthroughCasesInSwitch": true,
"experimentalDecorators": true,
"declaration": false,