meat/tsconfig.app.json
2026-08-04 02:09:54 +02:00

14 lines
261 B
JSON

{
"extends": "./tsconfig.base.json",
"references": [
{ "path": "./tsconfig.engine.json" }
],
"compilerOptions": {
"composite": true,
"lib": ["esnext", "DOM", "DOM.Iterable"],
"types": ["vite/client"]
},
"include": [
"app",
]
}