David Sehnal 5 年 前
コミット
2c327cfdf6
1 ファイル変更14 行追加0 行削除
  1. 14 0
      .vscode/tasks.json

+ 14 - 0
.vscode/tasks.json

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