From e3cc9c59bcc36eee8c3234574cfdfda3f5eea658 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 12 Sep 2016 17:41:12 +0200 Subject: stricter type checking --- gulpfile.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gulpfile.js') 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, }; -- cgit v1.2.3