Skip to content

Commit 6ec21e7

Browse files
Merge pull request #146 from patricklx/exclude-external
exclude externals
2 parents c5e7891 + 2af884c commit 6ec21e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/build/plugins/api-docs/typedoc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ export async function generateTypeDocJSON({ packageName }) {
7474
cleanOutputDir: false,
7575
pretty: false,
7676
excludeInternal: false,
77+
excludeExternals: true,
7778
skipErrorChecking: true,
7879
plugin: ['@zamiell/typedoc-plugin-not-exported'],
7980
});

0 commit comments

Comments
 (0)