Files
decky-frontend-lib/.vscode/tasks.json
2022-08-26 01:11:50 -04:00

15 lines
205 B
JSON

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