1 2 3 4 5 6 7 8 9 10 11 12 13 14
{ "$schema": "https://shadcn-svelte.com/schema.json", "style": "new-york", "tailwind": { "config": "tailwind.config.js", "css": "src/app.pcss", "baseColor": "stone" }, "aliases": { "components": "$components", "utils": "$utils/ui" }, "typescript": true }