TofuStack/components.json

14 lines
277 B
JSON
Raw Permalink Normal View History

2024-06-25 02:45:00 +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
}