Skip to content

Commit

Permalink
fix: unexpected remove reportFileName config
Browse files Browse the repository at this point in the history
fix #246
  • Loading branch information
qmhc committed Jul 17, 2023
1 parent d1997d5 commit 27fe3c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rollup.ts
Expand Up @@ -48,7 +48,8 @@ export function rollupDeclarationFiles({
}
},
apiReport: {
enabled: false
enabled: false,
reportFileName: '<unscopedPackageName>.api.md'
},
docModel: {
enabled: false
Expand Down

0 comments on commit 27fe3c7

Please sign in to comment.