refactor: remove useless settings from tsup's config

This commit is contained in:
HerozDotExe 2025-11-11 12:37:19 +01:00
parent d47c546a4a
commit 36c492a328

View file

@ -4,7 +4,5 @@ export default defineConfig({
entry: ["src/index.ts"],
target: "node22",
format: ["cjs", "esm"],
dts: true,
sourcemap: true,
external: ["adm-zip"]
dts: true
});