summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-09-12 17:41:12 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-09-12 17:41:12 +0200
commite3cc9c59bcc36eee8c3234574cfdfda3f5eea658 (patch)
tree0ed42f9ba86b9e5da350d243e1afdb61ab6ab78b /gulpfile.js
parent17581b946d97e88a168bbf9f388e83300d593c1d (diff)
downloadwallet-core-e3cc9c59bcc36eee8c3234574cfdfda3f5eea658.tar.gz
wallet-core-e3cc9c59bcc36eee8c3234574cfdfda3f5eea658.tar.bz2
wallet-core-e3cc9c59bcc36eee8c3234574cfdfda3f5eea658.zip
stricter type checking
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js
index c2f5319d2..00a82e1a7 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -125,6 +125,8 @@ const tsBaseArgs = {
noLib: true,
noImplicitReturns: true,
noFallthroughCasesInSwitch: true,
+ strictNullChecks: true,
+ noImplicitAny: true,
};