Strict null check VS Code

Fixes #60565
Fixes #70417
This commit is contained in:
Matt Bierner
2019-03-19 10:51:31 -07:00
parent c51f04c97a
commit 7d0e64f5ec
15 changed files with 19 additions and 444 deletions

View File

@@ -10,6 +10,7 @@
"noImplicitThis": true,
"alwaysStrict": true,
"strictBindCallApply": true,
"strictNullChecks": true,
"baseUrl": ".",
"paths": {
"vs/*": [