This commit is contained in:
2025-12-29 07:06:53 -08:00
commit cffb51b58c
48 changed files with 4764 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
}
],
/* shadcn */
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}