chore: import shadcn

This commit is contained in:
2025-10-25 15:22:27 +08:00
parent fbf4f5f98f
commit cd12b4297d
8 changed files with 467 additions and 39 deletions

View File

@@ -3,5 +3,11 @@
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}