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
No known key found for this signature in database
GPG key ID: 89DDDBA66CBA7840

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",