diff options
Diffstat (limited to 'tsup.config.ts')
| -rw-r--r-- | tsup.config.ts | 6 |
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 +}); |
