From ef3b51a74c824f929ed81e63549618a35d72f2fb Mon Sep 17 00:00:00 2001 From: pimlie Date: Sun, 1 Aug 2021 20:29:20 +0200 Subject: [PATCH] fix: ssr types --- build/rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()]