David Sehnal 5 anni fa
parent
commit
2c327cfdf6
1 ha cambiato i file con 14 aggiunte e 0 eliminazioni
  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"
+            ]
         }
     ]
 }