2026-08-04 02:09:54 +02:00
|
|
|
{
|
|
|
|
|
"extends": "./tsconfig.base.json",
|
|
|
|
|
"references": [
|
2026-08-08 14:15:32 +02:00
|
|
|
{ "path": "./tsconfig.engine.json" },
|
|
|
|
|
{ "path": "./tsconfig.game.json" }
|
2026-08-04 02:09:54 +02:00
|
|
|
],
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"composite": true,
|
|
|
|
|
"lib": ["esnext", "DOM", "DOM.Iterable"],
|
|
|
|
|
"types": ["vite/client"]
|
|
|
|
|
},
|
|
|
|
|
"include": [
|
|
|
|
|
"app",
|
|
|
|
|
]
|
|
|
|
|
}
|