From 01e4aed34034984e5a523d77db9bd79e66418678 Mon Sep 17 00:00:00 2001 From: pimlie Date: Sun, 23 May 2021 16:48:48 +0200 Subject: [PATCH] fix: export ssr type declarion into ssr folder --- 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 bfe9638..b6ab4b0 100644 --- a/build/rollup.config.js +++ b/build/rollup.config.js @@ -183,7 +183,7 @@ export default [ { input: r('../dist/src/ssr.d.ts'), output: [{ - file: `dist/${pkg.name}-ssr.d.ts`, + file: 'ssr/index.d.ts', format: 'es' }], plugins: [dts()]