diff --git a/tsdown.config.ts b/tsdown.config.ts index 2a11c79..887625a 100644 --- a/tsdown.config.ts +++ b/tsdown.config.ts @@ -4,7 +4,5 @@ export default defineConfig({ entry: ['src/index.ts'], format: ['cjs', 'esm'], dts: true, - sourcemap: true, clean: true, - minify: true, });