summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-12-14 17:23:31 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-12-14 17:23:31 +0100
commit749b96284ae0a7e6d03034806deab998a36b7cf6 (patch)
treee96b41a1cc4e6b963b0f3890ba6d97fc54137851 /gulpfile.js
parente018e073a4666c9521c0a802caa704d5ae5089b7 (diff)
downloadwallet-core-749b96284ae0a7e6d03034806deab998a36b7cf6.tar.gz
wallet-core-749b96284ae0a7e6d03034806deab998a36b7cf6.tar.bz2
wallet-core-749b96284ae0a7e6d03034806deab998a36b7cf6.zip
codecs WIP
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,