diff options
-rw-r--r-- | gulpfile.js | 1 |
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, }; |