hassio-nextcloud-backup/nextcloud_backup/backend/.vscode/tasks.json
2022-09-27 23:38:40 +02:00

14 lines
228 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build:watch",
"group": "build",
"label": "npm: build:watch",
"detail": "tsc -w",
"isBackground": true,
"problemMatcher": "$tsc-watch"
}
]
}