chore: bootstrap HemHub web (Iteration 0)

This commit is contained in:
Urban Modig
2025-10-09 14:14:17 +02:00
commit 64787b0b0b
25 changed files with 3221 additions and 0 deletions

13
tsconfig.json Normal file
View File

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