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

@@ -6,10 +6,14 @@
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"moduleDetection": "force",
"useDefineForClassFields": true,
"baseUrl": ".",
"module": "ESNext",
/* Bundler mode */
"moduleResolution": "bundler",
"paths": {
"@/*": ["./src/*"]
},
"types": ["vite/client"],
"allowImportingTsExtensions": true,