diff --git a/components.json b/components.json new file mode 100644 index 0000000..f8ac31c --- /dev/null +++ b/components.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://shadcn-svelte.com/schema.json", + "style": "new-york", + "tailwind": { + "config": "tailwind.config.js", + "css": "src\\app.css", + "baseColor": "neutral" + }, + "aliases": { + "components": "@/ui", + "utils": "@/utils" + }, + "typescript": true +}