/ components.json
components.json
1 { 2 "$schema": "https://shadcn-svelte.com/schema.json", 3 "tailwind": { 4 "css": "src/app.css", 5 "baseColor": "slate" 6 }, 7 "aliases": { 8 "lib": "$lib", 9 "components": "$lib/components", 10 "utils": "$lib/utils", 11 "ui": "$lib/components/ui", 12 "hooks": "$lib/hooks" 13 }, 14 "typescript": true, 15 "registry": "https://shadcn-svelte.com/registry" 16 }