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