Skip to content

Commit

Permalink
adds types back into the builds
Browse files Browse the repository at this point in the history
  • Loading branch information
brentkulwicki committed Nov 8, 2023
1 parent c206956 commit 741c73f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugins/record-hook/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ export default {
plugins: [
commonjs({ include: '../../node_modules/**' }),
nodeResolve({ browser: true }),
typescript({ tsconfig: '../../tsconfig.json' }),
typescript({
tsconfig: '../../tsconfig.json',
declaration: true,
declarationDir: './dist',
}),
],
}

0 comments on commit 741c73f

Please sign in to comment.