UNPKG

342 BJSONView Raw
1{
2 // See https://go.microsoft.com/fwlink/?LinkId=733558
3 // for the documentation about the tasks.json format
4 "version": "0.1.0",
5 "command": "tsc",
6 "isShellCommand": true,
7 "args": [
8 "-w",
9 "-p",
10 "."
11 ],
12 "showOutput": "silent",
13 "isBackground": true,
14 "problemMatcher": "$tsc-watch"
15}
\No newline at end of file