aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js
index dbdb33cc0..15f6ff10f 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -99,6 +99,7 @@ const tsBaseArgs = {
strictPropertyInitialization: false,
outDir: "dist/node",
noImplicitAny: true,
+ noImplicitThis: true,
allowJs: true,
checkJs: true,
incremental: true,