tianji/src/client/components.json

18 lines
343 B
JSON
Raw Normal View History

2024-03-09 16:06:15 +00:00
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "./index.css",
"baseColor": "slate",
"cssVariables": false,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/utils/style"
}
}