{
    "version": "0.1.0",
    "command": "tsc",
    "isShellCommand": true,
    "args": ["-w", "-p", "."],
    "showOutput": "never",
    "isWatching": true,
    "problemMatcher": "$tsc-watch"
}