20 lines
388 B
JSON
20 lines
388 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "new-york",
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "",
|
|
"css": "unused.css",
|
|
"baseColor": "neutral",
|
|
"cssVariables": true
|
|
},
|
|
"aliases": {
|
|
"utils": "@turbostarter/ui",
|
|
"components": "src/components",
|
|
"ui": "src/components",
|
|
"lib": "src/lib",
|
|
"hooks": "src/hooks"
|
|
}
|
|
}
|