summaryrefslogtreecommitdiff
path: root/src/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/tsconfig.json')
-rw-r--r--src/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tsconfig.json b/src/tsconfig.json
index 6992d6437c..9389008eef 100644
--- a/src/tsconfig.json
+++ b/src/tsconfig.json
@@ -5,7 +5,7 @@
"noImplicitAny": true,
"noImplicitReturns": true,
"noUnusedParameters": false,
- "noUnusedLocals": true,
+ "noUnusedLocals": false,
"noFallthroughCasesInSwitch": true,
"declaration": false,
"sourceMap": true,