{
"version": "2.0.0",
"tasks": [
{
"label": "TSC Watch",
"command": "./node_modules/typescript/bin/tsc",
"type": "shell",
"args": ["-w", "--noEmit", "-p", "."],
"presentation": {
"echo": true,
"reveal": "always",
"revealProblems": "onProblem",
"focus": false,
"panel": "shared",
"showReuseMessage": true,
"clear": false
},
"isBackground": true,
"problemMatcher": "$tsc-watch"
}
]
}