feat(client): setup tailwindcss and shadcn

Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
2025-12-19 15:31:27 +08:00
parent 7b5a5b9789
commit ab87802fcf
9 changed files with 271 additions and 5 deletions

View File

@@ -1,4 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }