From 64c537957b068f9dbee5223f9c35581bef079557 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Mon, 13 Jan 2025 01:15:52 +0200 Subject: bump --- tsup.config.ts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tsup.config.ts (limited to 'tsup.config.ts') diff --git a/tsup.config.ts b/tsup.config.ts new file mode 100644 index 0000000..76a9a74 --- /dev/null +++ b/tsup.config.ts @@ -0,0 +1,8 @@ +import {defineConfig} from "tsup"; + +export default defineConfig({ + entry: ["src/index.ts"], + clean: true, + format: ["cjs", "esm"], + dts: true +}) \ No newline at end of file -- cgit v1.2.3