18 lines
260 B
JSON
18 lines
260 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"type": "npm",
|
||
|
"script": "compile",
|
||
|
"problemMatcher": "$tsc-watch",
|
||
|
"isBackground": true,
|
||
|
"presentation": {
|
||
|
"reveal": "never"
|
||
|
},
|
||
|
"group": {
|
||
|
"kind": "build",
|
||
|
"isDefault": true
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|