2021-03-25 15:38:17 +00:00
|
|
|
|
|
|
|
{
|
|
|
|
"version": "2.0.0",
|
|
|
|
"tasks": [
|
|
|
|
{
|
|
|
|
"type": "npm",
|
2021-04-23 22:53:01 +00:00
|
|
|
"script": "build:extension",
|
2021-03-25 15:38:17 +00:00
|
|
|
"group": "build",
|
|
|
|
"presentation": {
|
|
|
|
"panel": "dedicated",
|
|
|
|
"reveal": "never"
|
|
|
|
},
|
|
|
|
"problemMatcher": [
|
|
|
|
"$tsc"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|