UNPKG

turiy-form

Version:

This package is built on shadcn, zod

11 lines (9 loc) 211 B
import { defineConfig } from "tsup"; export default defineConfig({ format: ["cjs", "esm"], entry: ["./src/index.ts"], dts: true, shims: true, skipNodeModulesBundle: true, clean: true, });