begin adding shadcn components for frontend

This commit is contained in:
2024-11-10 13:50:07 -06:00
parent 30bca75a91
commit 01081ee834
9 changed files with 197 additions and 8 deletions

View File

@@ -17,7 +17,11 @@
"skipLibCheck": true,
"strict": true,
"target": "es2017",
"types": ["vite/client"]
"types": ["vite/client"],
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules"],
"include": ["**/*.ts", "**/*.tsx"],