17 lines
372 B
JSON
17 lines
372 B
JSON
{
|
|
"$schema": "https://shadcn-svelte.com/schema.json",
|
|
"tailwind": {
|
|
"css": "src/app.css",
|
|
"baseColor": "zinc"
|
|
},
|
|
"aliases": {
|
|
"components": "$shared/ui",
|
|
"utils": "$shared/utils/shadcn-utils",
|
|
"ui": "$shared/ui",
|
|
"hooks": "$shared/hooks",
|
|
"lib": "$shared"
|
|
},
|
|
"typescript": true,
|
|
"registry": "https://shadcn-svelte.com/registry"
|
|
}
|