chore: import shadcn

This commit is contained in:
2025-10-25 15:22:27 +08:00
parent fbf4f5f98f
commit cd12b4297d
8 changed files with 467 additions and 39 deletions

View File

@@ -22,7 +22,15 @@
"noUnusedParameters": true,
"erasableSyntaxOnly": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
"noUncheckedSideEffectImports": true,
/* Paths */
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
}
},
"include": ["src"]
}