diff --git a/build/rollup.config.js b/build/rollup.config.js index b6ab4b0..fc4a414 100644 --- a/build/rollup.config.js +++ b/build/rollup.config.js @@ -175,7 +175,7 @@ export default [ file: `dist/${pkg.name}.d.ts`, format: 'es', banner: `${banner} -/// +/// ` }], plugins: [dts()]