mirror of https://github.com/Lissy93/dashy.git
21 lines
427 B
JSON
21 lines
427 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "dashy start",
|
|
"type": "npm",
|
|
"script": "dev",
|
|
"isBackground": true,
|
|
"problemMatcher": [
|
|
{
|
|
"base": "$tsc-watch",
|
|
"background": {
|
|
"activeOnStart": true,
|
|
"beginsPattern": "Starting development server",
|
|
"endsPattern": "Compiled successfully"
|
|
}
|
|
}
|
|
],
|
|
}
|
|
]
|
|
} |