UNPKG

@mengkodingan/ckptw

Version:

Create powerful WhatsApp bots easily

11 lines (10 loc) 201 B
import { defineConfig } from 'tsup'; export default defineConfig({ entry: ['src/index.ts'], format: ['esm'], dts: true, splitting: false, sourcemap: true, clean: true, outDir: 'lib', });