Files
agent/model/.vscode/tasks.json
2016-03-24 02:48:22 +01:00

9 lines
151 B
JSON

{
"version": "0.1.0",
"command": "tsc",
"isShellCommand": true,
"showOutput": "silent",
"args": [],
"problemMatcher": "$tsc"
}