UNPKG

527 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": "npm",
6 "isShellCommand": true,
7 "showOutput": "always",
8 "suppressTaskName": true,
9 "args": [],
10 "tasks": [{
11 "taskName": "tsc",
12 "args": ["run", "tsc"]
13 },
14 {
15 "taskName": "build",
16 "isBuildCommand": true,
17 "showOutput": "silent",
18 "args": ["run", "build"]
19 }
20 ]
21}
\No newline at end of file