From 3014ce30b733d16cbf79f8e066a30db245e6c59d Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Fri, 18 Apr 2025 18:48:20 +0300 Subject: Refactor to use Deno for everything. --- tsup.config.ts | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tsup.config.ts (limited to 'tsup.config.ts') 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, -}); -- cgit v1.2.3