Files
hemhub-web/tsconfig.json
2025-10-09 14:14:17 +02:00

14 lines
230 B
JSON

{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"baseUrl": ".",
"paths": { "@/*": ["src/*"] },
"types": ["vite/client"]
}
}