20 lines
377 B
JSON
20 lines
377 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "npm",
|
|
"script": "compile",
|
|
"group": { "kind": "build", "isDefault": true },
|
|
"problemMatcher": ["$tsc"],
|
|
"label": "npm: compile"
|
|
},
|
|
{
|
|
"type": "npm",
|
|
"script": "watch",
|
|
"isBackground": true,
|
|
"problemMatcher": ["$tsc-watch"],
|
|
"label": "npm: watch"
|
|
}
|
|
]
|
|
}
|