refactor: remove useless settings from tsup's config
This commit is contained in:
parent
d47c546a4a
commit
36c492a328
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue