diff --git a/tsup.config.ts b/tsup.config.ts index 73935283..9ef0576f 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -6,7 +6,7 @@ export default defineConfig({ dts: { resolve: true, // build types for `src/index.ts` only - // otherwise `Options` will not be exported by `tsup`, not sure how this happens, probbably a bug in rollup-plugin-dts + // otherwise `Options` will not be exported by `tsup`, not sure how this happens, probably a bug in rollup-plugin-dts entry: './src/index.ts', }, })