mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-01 13:17:20 +02:00
16 lines
267 B
JSON
Executable File
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"
|
|
}
|
|
]
|
|
}
|