mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-05 09:02:58 +01:00
15 lines
257 B
JSON
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"
|
|
}
|
|
]
|
|
}
|