diff --git a/tsup.config.ts b/tsup.config.ts index e374aaf..e047197 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -8,7 +8,6 @@ export default defineConfig({ target: "node20", bundle: true, splitting: false, - clean: true, dts: { resolve: true, },