16 lines
232 B
JSON
16 lines
232 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Run Dev Server",
|
|
"type": "shell",
|
|
"command": "npm run dev",
|
|
"args": [],
|
|
"isBackground": true,
|
|
"problemMatcher": [
|
|
"$tsc-watch"
|
|
],
|
|
"group": "build"
|
|
}
|
|
]
|
|
} |