chore: add shadcn/ui

This commit is contained in:
trafficlunar 2024-12-03 20:00:50 +00:00
parent f1824a64ea
commit fe24818e18
9 changed files with 143 additions and 10 deletions

View file

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