This commit is contained in:
2025-09-22 22:19:34 +09:00
commit 8b6947c72c
45 changed files with 5164 additions and 0 deletions

14
tsconfig.json Normal file
View File

@@ -0,0 +1,14 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
/* Shadcn */
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}