add strict null task

This commit is contained in:
Johannes Rieken
2018-10-16 15:34:57 +02:00
parent d641ef85ba
commit 5df93623cf
2 changed files with 12 additions and 1 deletions

10
.vscode/tasks.json vendored
View File

@@ -28,6 +28,16 @@
}
}
},
{
"type": "npm",
"script": "strict-null-check-watch",
"label": "TS - Strict Null Checks",
"isBackground": true,
"presentation": {
"reveal": "never"
},
"problemMatcher": "$tsc-watch"
},
{
"type": "gulp",
"task": "tslint",