summaryrefslogtreecommitdiff
path: root/tsup.config.ts
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-04-13 22:43:01 +0300
committerAsko Nõmm <asko@nmm.ee>2025-04-13 22:43:01 +0300
commit90042ec4a79e4e8b569c4618079169176d644504 (patch)
treeb55119e19ec3b8223bd4871305819124ab734d3f /tsup.config.ts
parentdaebb75b53be4ad1895a3a453f7c037a8afe4116 (diff)
bump
Diffstat (limited to 'tsup.config.ts')
-rw-r--r--tsup.config.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/tsup.config.ts b/tsup.config.ts
index 0c86f8a..13e76f2 100644
--- a/tsup.config.ts
+++ b/tsup.config.ts
@@ -1,10 +1,10 @@
import { defineConfig } from "tsup";
export default defineConfig({
- entry: ["src/flatmatter.ts"],
+ entry: ["src/eventx.ts"],
clean: true,
- format: ["cjs", "esm"],
+ format: ["esm", "cjs"],
dts: true,
treeshake: "smallest",
sourcemap: true,
-}); \ No newline at end of file
+});