Skip to content

Commit 3c29e27

Browse files
committed
Add Windows specific build command
1 parent d12952b commit 3c29e27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vscode/tasks.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"version": "0.1.0",
3+
"windows": {
4+
"command": ".\\node_modules\\.bin\\tsc"
5+
},
36
"command": "./node_modules/.bin/tsc",
47
"isShellCommand": true,
58
"args": ["-p", "."],

0 commit comments

Comments
 (0)