23 lines
601 B
JSON
23 lines
601 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "serve",
|
|
"type": "npm",
|
|
"script": "serve",
|
|
"isBackground": true,
|
|
"problemMatcher": [{
|
|
"base": "$tsc-watch",
|
|
"background": {
|
|
"activeOnStart": true,
|
|
"beginsPattern": "Starting development server",
|
|
"endsPattern": "Compiled successfully"
|
|
}
|
|
}],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
}
|
|
}
|
|
]
|
|
} |