diff --git a/js/typedoc.js b/js/typedoc.js index 8a3292b2ff77b..4f8a06921ea2b 100644 --- a/js/typedoc.js +++ b/js/typedoc.js @@ -26,7 +26,7 @@ module.exports = { excludeInternal: true, includeVersion: true, categorizeByGroup: true, - exclude: [ + externalPattern: [ 'src/fb/*.ts', 'src/bin/*.ts' ]