UNPKG

318 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 "taskName": "src-build",
6 "command": "npm",
7 "args": ["run", "develop"],
8 "isBackground": true,
9 "isShellCommand": true,
10 "problemMatcher": "$tsc"
11}
\No newline at end of file