|
{
|
|
"$schema": "https://shadcn-svelte.com/schema.json",
|
|
"style": "default",
|
|
"tailwind": {
|
|
"config": "tailwind.config.ts",
|
|
"css": "src/app.css",
|
|
"baseColor": "stone"
|
|
},
|
|
"aliases": {
|
|
"components": "$lib/components",
|
|
"utils": "$lib/utils"
|
|
},
|
|
"typescript": true
|
|
}
|