data-peek/apps/desktop/components.json
Claude ff620a60dd
fix: resolve build issues and lint errors
- Add @data-peek/shared path mapping to tsconfig.node.json and tsconfig.web.json
  to fix module resolution errors
- Fix unescaped quote entities in json-cell-value.tsx (JSX)
- Remove unused parameters in sql-editor.tsx getWorker function
- Apply prettier formatting to resolve lint warnings
2025-11-28 10:18:53 +00:00

21 lines
447 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/renderer/src/assets/global.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}