monorepo/apps/web2/components.json

20 lines
434 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind-config.ts",
"css": "@/app/styles/index.css",
"baseColor": "zinc",
"cssVariables": true,
"prefix": "tw-"
},
"aliases": {
"components": "@/app/_components",
"utils": "@/lib/utils",
"ui": "@/app/_components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
}
}