Files
decky-frontend-lib/.vscode/tasks.json
2024-05-12 15:48:13 -04:00

14 lines
222 B
JSON

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