Problem matcher for strict null checks

This commit is contained in:
Dirk Baeumer 2018-10-16 16:14:29 +02:00
parent 9d4e3cab60
commit 832a49c79a

2
.vscode/tasks.json vendored
View file

@ -38,7 +38,7 @@
},
"problemMatcher": {
"base": "$tsc-watch",
"owner": "script-typescript",
"owner": "typescript-strict-null",
"applyTo": "allDocuments"
}
},