issue # shadcn 초기화

This commit is contained in:
민건희
2025-11-04 20:02:52 +09:00
parent c02f7d63c9
commit 996970a1c9
61 changed files with 8462 additions and 8 deletions

View File

@@ -3,5 +3,11 @@
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}