Skip to content

Commit

Permalink
compile output types: true
Browse files Browse the repository at this point in the history
  • Loading branch information
snowtafir committed Oct 12, 2024
1 parent 0944b7b commit 50ce54d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ export default [
tsconfig: path.join(__dirname, 'tsconfig.json'),
sourceMap: false,
inlineSources: true,
declaration: false,
//declarationDir: path.join(__dirname, 'dist/types/'),
declaration: true,
declarationDir: path.join(__dirname, 'dist/types/'),
composite: false,
outDir: path.join(__dirname, 'dist')
})
Expand Down

0 comments on commit 50ce54d

Please sign in to comment.