* Run prettier on packages too. * Add the generated files for icons to prettierignore. * Format all files in the packages folder. * Minor fix.
16 lines
353 B
JSON
16 lines
353 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "default",
|
|
"rsc": false,
|
|
"tailwind": {
|
|
"config": "./../config/tailwind-shadcn.config.js",
|
|
"css": "./build/css/source/global.css",
|
|
"baseColor": "gray",
|
|
"cssVariables": true
|
|
},
|
|
"aliases": {
|
|
"components": "src/components/shadcn",
|
|
"utils": "src/lib/utils"
|
|
}
|
|
}
|