AdelieStack/components.json

14 lines
277 B
JSON
Raw Normal View History

2024-12-31 22:43:09 +00:00
{
"$schema": "https://shadcn-svelte.com/schema.json",
"style": "default",
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app.css",
"baseColor": "slate"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils/ui"
},
"typescript": true
}