summaryrefslogtreecommitdiff
path: root/tsup.config.ts
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-01-13 01:15:52 +0200
committerAsko Nõmm <asko@nmm.ee>2025-01-13 01:15:52 +0200
commit64c537957b068f9dbee5223f9c35581bef079557 (patch)
tree9c6e758cac905cd720849333a07e52f5f697c9ba /tsup.config.ts
parentfb04f7fdf55a6f70a54f116ceecbdfbaa592375f (diff)
bump
Diffstat (limited to 'tsup.config.ts')
-rw-r--r--tsup.config.ts8
1 files changed, 8 insertions, 0 deletions
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