mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +08:00
- Updated tsconfig files to standardize module resolution paths for the UI package. - Modified component import paths in components.json to align with the new structure. - Refactored import statements in various UI components to use the updated paths from '@cherrystudio/ui'. - Added new exports for UI components in the index file to enhance accessibility.
22 lines
503 B
JSON
22 lines
503 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"aliases": {
|
|
"components": "@cherrystudio/ui/components",
|
|
"hooks": "@cherrystudio/ui/hooks",
|
|
"lib": "@cherrystudio/ui/lib",
|
|
"ui": "@cherrystudio/ui/components/ui",
|
|
"utils": "@cherrystudio/ui/utils"
|
|
},
|
|
"iconLibrary": "lucide",
|
|
"rsc": false,
|
|
"style": "new-york",
|
|
"tailwind": {
|
|
"baseColor": "zinc",
|
|
"config": "",
|
|
"css": "src/styles/globals.css",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"tsx": true
|
|
}
|