tweak strict null task

This commit is contained in:
Johannes Rieken 2018-10-16 15:52:57 +02:00
parent 3119fa53e1
commit 8947e963ec

6
.vscode/tasks.json vendored
View file

@ -36,7 +36,11 @@
"presentation": {
"reveal": "never"
},
"problemMatcher": "$tsc-watch"
"problemMatcher": {
"base": "$tsc-watch",
"owner": "script-typescript",
"applyTo": "allDocuments"
}
},
{
"type": "gulp",