65 lines
1.3 KiB
JSON
65 lines
1.3 KiB
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "tsc",
|
|
"type": "npm",
|
|
"script": "tsc:watch",
|
|
"isBackground": true,
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"runOptions": {
|
|
"runOn": "folderOpen"
|
|
},
|
|
"presentation": {
|
|
"reveal": "never",
|
|
"echo": false,
|
|
"focus": false,
|
|
"panel": "shared",
|
|
"group": "main"
|
|
},
|
|
"problemMatcher": {
|
|
"base": "$tsc-watch",
|
|
"applyTo": "allDocuments"
|
|
}
|
|
},
|
|
{
|
|
"label": "dev",
|
|
"type": "npm",
|
|
"script": "dev",
|
|
"isBackground": true,
|
|
"group": "build",
|
|
"runOptions": {
|
|
"runOn": "folderOpen"
|
|
},
|
|
"presentation": {
|
|
"reveal": "never",
|
|
"echo": false,
|
|
"focus": false,
|
|
"panel": "shared",
|
|
"group": "main"
|
|
},
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "rollup",
|
|
"type": "npm",
|
|
"script": "rollup:watch",
|
|
"isBackground": true,
|
|
"group": "build",
|
|
"runOptions": {
|
|
"runOn": "folderOpen"
|
|
},
|
|
"presentation": {
|
|
"reveal": "never",
|
|
"echo": false,
|
|
"focus": false,
|
|
"panel": "shared",
|
|
"group": "main"
|
|
},
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
} |