meat/tsconfig.app.json

15 lines
261 B
JSON
Raw Normal View History

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