Enable strict mode for VS Code core

Fixes #81574
This commit is contained in:
Matt Bierner
2020-02-18 10:41:31 -08:00
parent 680ff8fa58
commit 2158e77627
2 changed files with 1 additions and 17 deletions

View File

@@ -8,9 +8,7 @@
"noUnusedLocals": true,
"noImplicitThis": true,
"alwaysStrict": true,
"strictBindCallApply": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {