@nikovirtala/projen-constructs
    Preparing search index...

    Interface TypeDocOptions

    interface TypeDocOptions {
        typeDocConfig?: TypeDocConfiguration;
        version?: string;
    }
    Index

    Properties

    typeDocConfig?: TypeDocConfiguration

    Full TypeDoc configuration

    This configuration will be merged with the default configuration

    version?: string

    Version of TypeDoc to use

    "^0.28"