aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 2f915190b..f4250a2c5 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -16,7 +16,8 @@
"outDir": "build/src/",
"noImplicitAny": true,
"allowJs": true,
- "checkJs": true
+ "checkJs": true,
+ "noUnusedLocals": true
},
"files": [
"decl/chrome/chrome.d.ts",