kunkunsh-kunkun-ext-serve/components.json
2025-01-29 11:19:03 -05:00

15 lines
278 B
JSON

{
"$schema": "https://shadcn-svelte.com/schema.json",
"style": "new-york",
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app.css",
"baseColor": "neutral"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils"
},
"typescript": true
}