Skip to content

Avoid generating types from an external module using 'excludeExternals' with an exception for a particular module. #2354

Closed
@tarunsinghdev

Description

@tarunsinghdev

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionQuestion about functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions