From af6843a2aa9c0e35d5d400adc85c51af83673eeb Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 14 Feb 2017 18:02:19 +0100 Subject: always compile to strict mode --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) 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, }; -- cgit v1.2.3