summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index fb99d0a73..22bcfe134 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -109,7 +109,6 @@ const tsBaseArgs = {
noImplicitAny: true,
allowJs: true,
checkJs: true,
- noUnusedLocals: true,
incremental: true,
};