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

14
.vscode/tasks.json vendored
View file

@ -31,20 +31,6 @@
}
}
},
{
"type": "npm",
"script": "strict-function-types-watch",
"label": "TS - Strict Function Types",
"isBackground": true,
"presentation": {
"reveal": "never"
},
"problemMatcher": {
"base": "$tsc-watch",
"owner": "typescript-function-types",
"applyTo": "allDocuments"
}
},
{
"label": "Run tests",
"type": "shell",

View file

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