UNPKG

@flowlab/all

Version:

A cool library focusing on handling various flows

12 lines (10 loc) 221 B
import { defineConfig } from 'tsup'; export default defineConfig({ entry: ['src/index.ts','src/examples/test.ts'], format: 'esm', dts: true, sourcemap: true, clean: true, minify: true, splitting: true, });