TableturfBattleApp/.vscode/tasks.json
2022-12-25 12:49:30 +11:00

15 lines
251 B
JSON

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