14 lines
276 B
JSON
14 lines
276 B
JSON
{
|
|
"$schema": "https://shadcn-svelte.com/schema.json",
|
|
"style": "new-york",
|
|
"tailwind": {
|
|
"config": "tailwind.config.js",
|
|
"css": "src/app.pcss",
|
|
"baseColor": "slate"
|
|
},
|
|
"aliases": {
|
|
"components": "$lib/components",
|
|
"utils": "$lib/utils"
|
|
},
|
|
"typescript": true
|
|
} |