mirror of
https://github.com/SteamDeckHomebrew/decky-frontend-lib.git
synced 2026-05-18 17:10:09 +02:00
14 lines
222 B
JSON
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
|
|
}
|
|
]
|
|
}
|