mirror of
https://github.com/AndrioCelos/TableturfBattleApp.git
synced 2026-03-21 17:34:28 -05:00
15 lines
251 B
JSON
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"
|
|
}
|
|
]
|
|
}
|