@buka/nestjs-type-helper
Version:
An easy to use nestjs config module
22 lines (21 loc) • 384 B
JSON
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "dev",
"problemMatcher": [],
"label": "watch",
"detail": "tsup --watch",
"presentation": {
"reveal": "silent",
"panel": "dedicated",
"clear": true
},
"runOptions": {
"instanceLimit": 1,
"runOn": "folderOpen"
}
}
]
}