/ 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 "components": "$lib/components", 9 "utils": "$lib/utils", 10 "ui": "$lib/components/ui", 11 "hooks": "$lib/hooks", 12 "lib": "$lib" 13 }, 14 "typescript": { 15 "config": "./tsconfig.json" 16 }, 17 "registry": "https://shadcn-svelte.com/registry" 18 }