hassio-nextcloud-backup/nextcloud_backup/backend/.vscode/tasks.json
2024-08-13 16:43:16 +02:00

15 lines
257 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"
}
]
}