From 01c58e812e1faae6aacfd2a44ab8de344a3b466e Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 27 May 2017 16:31:11 +0200 Subject: be always very strict (recently added to typescript) --- gulpfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index 1df9d47ff..d21af0561 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -110,9 +110,8 @@ const tsBaseArgs = { lib: ["ES6", "DOM"], noImplicitReturns: true, noFallthroughCasesInSwitch: true, - strictNullChecks: true, + strict: true, noImplicitAny: true, - alwaysStrict: true, }; -- cgit v1.2.3