Hi Egoist, thank you for the great lib! But I wonder how about this? `tsup.config.js` ```js module.export = { target: 'es2021', sourcemap: true, format: ['esm','cjs'] .... } ```