18 lines
381 B
JSON
18 lines
381 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"label": "Serve Esbuild",
|
||
|
"detail": "Run a local server serving html files & transpiling TS -> JS",
|
||
|
"command": "npm",
|
||
|
"type": "process",
|
||
|
"args": ["run", "serve"],
|
||
|
"problemMatcher": ["$esbuild-watch"],
|
||
|
"presentation": {
|
||
|
"reveal": "always",
|
||
|
"panel": "dedicated"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|