diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-04-14 04:03:42 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-04-14 04:03:42 +0300 |
| commit | a9490a46b644a5bb4ebb822f3fd1a260f1b77b5e (patch) | |
| tree | eede27e14b03e93e8cbcfc6c499906ab04492f25 /tsup.config.ts | |
| parent | 2bb3ff864087c10f3033aa5f4f35d12b78f64b7b (diff) | |
Remove CJS support and cleanup types
Diffstat (limited to 'tsup.config.ts')
| -rw-r--r-- | tsup.config.ts | 3 |
1 files changed, 1 insertions, 2 deletions
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, }); |
