Files
core2026/app/gateway-api/tsconfig.json
T

26 lines
485 B
JSON

{
"extends": "../../tsconfig.paths.json",
"compilerOptions": {
"outDir": "dist",
"composite": true,
},
"include": [
"src",
"test",
"*.ts"
],
"references": [
{
"path": "../../packages/common"
},
{
"path": "../../packages/infra"
},
{
"path": "../../packages/logic"
},
{
"path": "../../app/game-engine"
}
]
}