mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 06:36:56 +08:00
15 lines
282 B
JSON
15 lines
282 B
JSON
{
|
|
"$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
|
|
}
|