2015-11-25 17:58:13 +08:00
|
|
|
{
|
2018-10-26 23:16:58 +08:00
|
|
|
"version": "2.0.0",
|
2015-11-25 17:58:13 +08:00
|
|
|
"command": "npm",
|
2018-10-26 23:16:58 +08:00
|
|
|
"type": "shell",
|
|
|
|
"presentation": {
|
|
|
|
"reveal": "silent"
|
|
|
|
},
|
|
|
|
"args": ["run", "compile"],
|
|
|
|
"isBackground": true,
|
2015-11-25 17:58:13 +08:00
|
|
|
"problemMatcher": "$tsc-watch"
|
2018-10-26 23:16:58 +08:00
|
|
|
}
|