diff --git a/tsup.config.ts b/tsup.config.ts index dc23a680..d7b6b061 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -5,7 +5,6 @@ const defaultOptions: Options = { format: ['cjs', 'esm'], splitting: false, sourcemap: true, - // for the type maps to work, we use tsc's declaration-only command dts: true, clean: true, bundle: false,