meat/tsconfig.app.json

16 lines
301 B
JSON
Raw Permalink Normal View History

2026-08-04 02:09:54 +02:00
{
"extends": "./tsconfig.base.json",
"references": [
{ "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",
]
}