Files
vscode/extensions/npm/.vscode/tasks.json

9 lines
177 B
JSON

{
"version": "0.1.0",
"command": "npm",
"isShellCommand": true,
"showOutput": "silent",
"args": ["run", "compile"],
"isBackground": true,
"problemMatcher": "$tsc-watch"
}