diff --git a/tsup.config.ts b/tsup.config.ts index 1544e8bb..64c37090 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -4,7 +4,7 @@ export default defineConfig([ { clean: true, entry: ['./src/**/!(*.{d,test}).{js,jsx,ts,tsx}'], - format: ['cjs', 'esm'], + format: ['cjs'], dts: true, esbuildOptions(options, context) { options.platform = 'node';