diff --git a/tsup.config.ts b/tsup.config.ts deleted file mode 100644 index e5098e2..0000000 --- a/tsup.config.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { defineConfig } from "tsup"; - -export default defineConfig({ - format: [ "cjs", "esm" ], - entry: ["./src/index.ts"], - dts: true, - shims: true, - skipNodeModulesBundle: true, - clean: true, -}); \ No newline at end of file