summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-02-14 18:02:19 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-02-16 23:21:53 +0100
commitaf6843a2aa9c0e35d5d400adc85c51af83673eeb (patch)
treefe92b5d31bc4aff054bce5f61a6e40ab76cdeda4 /gulpfile.js
parent18010a739de6eb3bc2d8f2dda8231f40072fbffc (diff)
downloadwallet-core-af6843a2aa9c0e35d5d400adc85c51af83673eeb.tar.gz
wallet-core-af6843a2aa9c0e35d5d400adc85c51af83673eeb.tar.bz2
wallet-core-af6843a2aa9c0e35d5d400adc85c51af83673eeb.zip
always compile to strict 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 62a4c0876..025a67a34 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -110,6 +110,7 @@ const tsBaseArgs = {
noFallthroughCasesInSwitch: true,
strictNullChecks: true,
noImplicitAny: true,
+ alwaysStrict: true,
};