UNPKG

moamalat

Version:
10 lines (8 loc) 173 B
import { defineConfig } from "tsup"; export default defineConfig({ entry: ["src/index.ts"], splitting: false, clean: true, format: ["cjs", "esm"], dts: true, });