26 lines
485 B
JSON
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"
|
|
}
|
|
]
|
|
} |