From a9490a46b644a5bb4ebb822f3fd1a260f1b77b5e Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Mon, 14 Apr 2025 04:03:42 +0300 Subject: Remove CJS support and cleanup types --- tsup.config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tsup.config.ts') diff --git a/tsup.config.ts b/tsup.config.ts index 74dcfd7..496d305 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -3,8 +3,7 @@ import { defineConfig } from "tsup"; export default defineConfig({ entry: ["src/shapex.ts"], clean: true, - format: ["esm", "cjs"], + format: ["esm"], dts: true, - treeshake: "smallest", sourcemap: true, }); -- cgit v1.2.3