We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d12952b commit 3c29e27Copy full SHA for 3c29e27
.vscode/tasks.json
@@ -1,5 +1,8 @@
1
{
2
"version": "0.1.0",
3
+ "windows": {
4
+ "command": ".\\node_modules\\.bin\\tsc"
5
+ },
6
"command": "./node_modules/.bin/tsc",
7
"isShellCommand": true,
8
"args": ["-p", "."],
0 commit comments