mirror of
https://github.com/Rohithgilla12/data-peek
synced 2026-04-27 14:57:16 +00:00
- 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
21 lines
447 B
JSON
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"
|
|
}
|