David Sehnal %!s(int64=5) %!d(string=hai) anos
pai
achega
2c327cfdf6
Modificáronse 1 ficheiros con 14 adicións e 0 borrados
  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"
+            ]
         }
     ]
 }