Skip to content

Commit 8387923

Browse files
committed
Use local tsc for running tasks in VSCode
1 parent 6a4ce45 commit 8387923

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vscode/task.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"version": "0.1.0",
3+
"command": "./node_modules/.bin/tsc",
4+
"args": ["-v"],
5+
"echoCommand": true
6+
}

0 commit comments

Comments
 (0)