diff --git a/src/rollup.ts b/src/rollup.ts index 80c01a4..54bb0a7 100644 --- a/src/rollup.ts +++ b/src/rollup.ts @@ -48,7 +48,8 @@ export function rollupDeclarationFiles({ } }, apiReport: { - enabled: false + enabled: false, + reportFileName: '.api.md' }, docModel: { enabled: false