Closed
Description
Search terms
excludeExternals, externalPattern
Question
I use excludeExternals: true
property in my typedoc.json
to exclude the types resolved from the external modules.
The above works, however I want to exclude all the external modules except "@some_name
" module that resides in my node_modules
folder, since I want typedoc
resolve the type from that particular module.
Can you please let me know how we can achieve this?