17 lines
215 B
JSON
17 lines
215 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"type": "npm",
|
||
|
"script": "build",
|
||
|
"problemMatcher": [
|
||
|
"$tsc"
|
||
|
],
|
||
|
"group": {
|
||
|
"kind": "build",
|
||
|
"isDefault": true
|
||
|
},
|
||
|
"label": "npm: build"
|
||
|
}
|
||
|
]
|
||
|
}
|