Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Bierner <matb@microsoft.com>2019-03-19 20:51:31 +0300
committerMatt Bierner <matb@microsoft.com>2019-03-19 20:51:31 +0300
commit7d0e64f5ec69c1452bcf227692768db45b8d6334 (patch)
tree71bcf9f6d8a9f3b2f3f85b881608a2528502561a /src/tsconfig.base.json
parentc51f04c97a978983b241e373ea07bdaca54c5c3a (diff)
Strict null check VS Code
Fixes #60565 Fixes #70417
Diffstat (limited to 'src/tsconfig.base.json')
-rw-r--r--src/tsconfig.base.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tsconfig.base.json b/src/tsconfig.base.json
index cebdfa90b3c..045b0b85e4f 100644
--- a/src/tsconfig.base.json
+++ b/src/tsconfig.base.json
@@ -10,6 +10,7 @@
"noImplicitThis": true,
"alwaysStrict": true,
"strictBindCallApply": true,
+ "strictNullChecks": true,
"baseUrl": ".",
"paths": {
"vs/*": [