mirror of
https://github.com/SteamDeckHomebrew/decky-frontend-lib.git
synced 2026-05-19 17:40:08 +02:00
15 lines
205 B
JSON
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
|
|
}
|
|
]
|
|
} |