aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 67bb4f847..a97c8f2b6 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -12,9 +12,8 @@
],
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
- "strictNullChecks": true,
- "noImplicitAny": true,
- "alwaysStrict": true
+ "strict": true,
+ "noImplicitAny": true
},
"files": [
"decl/chrome/chrome.d.ts",