This commit is contained in:
2026-01-19 20:12:21 -08:00
parent 89dacb8bf5
commit 27b085d6fc
49 changed files with 3357 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/*"]
}
}
}