Add shadcn/ui

This commit is contained in:
2024-12-01 10:25:07 +01:00
parent 80e1f50acc
commit 8c13f50378
9 changed files with 126 additions and 1 deletions

View File

@@ -2,6 +2,11 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"types": ["react", "react-dom"],
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
},
},
"references": [
{ "path": "../common" },