diff --git a/rollup.config.js b/rollup.config.js index 6ff101a..b461e5d 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -72,7 +72,9 @@ export default { tsconfigOverride: { compilerOptions: { declaration: true, - declarationDir: 'dist' + declarationDir: 'dist', + rootDir: 'src', + outDir: 'dist', } } }),