暫無描述

components.json 276B

1234567891011121314
  1. {
  2. "$schema": "https://shadcn-svelte.com/schema.json",
  3. "style": "new-york",
  4. "tailwind": {
  5. "config": "tailwind.config.js",
  6. "css": "src/app.css",
  7. "baseColor": "slate"
  8. },
  9. "aliases": {
  10. "components": "$lib/components",
  11. "utils": "$lib/utils"
  12. },
  13. "typescript": false
  14. }