@@ -9,6 +9,20 @@
"problemMatcher": [
"$tsc"
]
+ },
+ {
+ "type": "npm",
+ "script": "build-tsc",
+ "problemMatcher": [
+ "$tsc"
+ ]
+ "script": "watch",
}