{ "$schema": "https://shadcn-vue.com/schema.json", "style": "new-york", "typescript": true, "tailwind": { "config": "tailwind.config.js", "css": "src/renderer/src/assets/main.css", "baseColor": "zinc", "cssVariables": true }, "framework": "vite", "aliases": { "components": "src/renderer/src/components", "utils": "src/renderer/src/lib/utils" } }