summaryrefslogtreecommitdiff
path: root/tsup.config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tsup.config.ts')
-rw-r--r--tsup.config.ts9
1 files changed, 0 insertions, 9 deletions
diff --git a/tsup.config.ts b/tsup.config.ts
deleted file mode 100644
index 496d305..0000000
--- a/tsup.config.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-import { defineConfig } from "tsup";
-
-export default defineConfig({
- entry: ["src/shapex.ts"],
- clean: true,
- format: ["esm"],
- dts: true,
- sourcemap: true,
-});