diff options
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 2 |
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, }; |