summaryrefslogtreecommitdiff
path: root/tsup.config.ts
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-04-18 18:48:20 +0300
committerAsko Nõmm <asko@nmm.ee>2025-04-18 18:48:20 +0300
commit3014ce30b733d16cbf79f8e066a30db245e6c59d (patch)
treee4a808d58aebbe4c7da31d9ae8a2ffc4b189ce7c /tsup.config.ts
parentdd6adf7febf45aa72e9754f13059d40648114027 (diff)
Refactor to use Deno for everything.
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,
-});