UNPKG

@shadcn/ui

Version:

Add @shadcn/ui components to your app.

12 lines (10 loc) 201 B
import { defineConfig } from "tsup" export default defineConfig({ clean: true, dts: true, entry: ["src/index.ts"], format: ["esm"], sourcemap: true, target: "esnext", outDir: "dist", })