2025-03-05 07:05:19 +03:00

19 lines
381 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/shared/styles/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/shared/components",
"ui": "@/shared/components/ui",
"utils": "@/shared/utils"
}
}