UNPKG

evolution-api-sdk

Version:

Unofficial SDK for the Evolution Whatsapp API v2

12 lines (10 loc) 195 B
import { defineConfig } from "tsup"; export default defineConfig({ target: "es2020", format: ["cjs", "esm"], outDir: "lib", splitting: false, sourcemap: true, clean: true, dts: true, });