David Sehnal
5 yıl önce
ebeveyn
işleme
2c327cfdf6
|
@@ -9,6 +9,20 @@
|
|
|
"problemMatcher": [
|
|
|
"$tsc"
|
|
|
]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "npm",
|
|
|
+ "script": "build-tsc",
|
|
|
+ "problemMatcher": [
|
|
|
+ "$tsc"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "npm",
|
|
|
+ "script": "watch",
|
|
|
+ "problemMatcher": [
|
|
|
+ "$tsc"
|
|
|
+ ]
|
|
|
}
|
|
|
]
|
|
|
}
|