Files
2026-07-13 12:30:54 +08:00

17 lines
290 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "watch",
"problemMatcher": ["$tsc-watch"],
"isBackground": true,
"label": "npm: watch",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}