We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef33849 commit 55cc98fCopy full SHA for 55cc98f
packages/tools/tsup.config.ts
@@ -10,6 +10,7 @@ export default defineConfig((options) => ({
10
],
11
format: ['cjs', 'esm'],
12
dts: true,
13
+ clean: true,
14
sourcemap: true,
15
treeshake: true,
16
...options,
0 commit comments