Browse Source

vscode tasks

David Sehnal 5 years ago
parent
commit
2c327cfdf6
1 changed files with 14 additions and 0 deletions
  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"
+            ]
         }
     ]
 }