Make strict null check automatic

This commit is contained in:
Alex Ross 2018-11-30 15:06:08 +01:00
parent 5d65066d23
commit 44bf93164a

3
.vscode/tasks.json vendored
View file

@ -40,6 +40,9 @@
"base": "$tsc-watch",
"owner": "typescript-strict-null",
"applyTo": "allDocuments"
},
"runOptions": {
"runOn": "folderOpen"
}
},
{