windows-ss
Version:
[](https://badge.fury.io/js/windows-ss)
28 lines • 618 B
JSON
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "dev",
"problemMatcher": "$tsc-watch",
"presentation": {
"reveal": "never"
},
"group": "build",
"label": "rollup: watch (dev)",
"runOptions": {
"runOn": "folderOpen",
}
},
{
"type": "npm",
"script": "build",
"problemMatcher": "$tsc-watch",
"presentation": {
"reveal": "never"
},
"group": "build",
"label": "rollup: build",
}
]
}