{ "$schema": "https://shadcn-vue.com/schema.json", "style": "new-york", "typescript": true, "tsConfigPath": "./tsconfig.json", "tailwind": { "config": "tailwind.config.ts", "css": "src/styles/index.css", "baseColor": "zinc", "cssVariables": true }, "framework": "vite", "aliases": { "components": "~/components", "utils": "~/lib/utils", "ui": "~/components/ui" } }