better-xcloud/.vscode/tasks.json
2024-12-05 17:10:39 +07:00

16 lines
267 B
JSON
Executable File

{
"version": "2.0.0",
"tasks": [
{
"type": "typescript",
"tsconfig": "tsconfig.json",
"option": "watch",
"problemMatcher": [
"$tsc-watch"
],
"group": "build",
"label": "tsc: watch - tsconfig.json"
}
]
}