Problems in no-implici-override-watch

This commit is contained in:
Alex Ross
2021-04-12 11:44:19 +02:00
parent 1bc121e0b8
commit d2b6aa211d

6
.vscode/tasks.json vendored
View File

@@ -215,7 +215,11 @@
"type": "npm",
"script": "no-implicit-override-watch",
"problemMatcher": [
"$tsc-watch"
{
"base": "$tsc-watch",
"applyTo": "allDocuments",
"owner": "tsc-no-imp"
}
],
"group": "build",
"label": "npm: no-implicit-override-watch",