package-json-type
    Preparing search index...

    Interface IPeerDependencyMeta

    Metadata for a single peer dependency.

    interface IPeerDependencyMeta {
        optional?: boolean;
    }
    Index

    Properties

    Properties

    optional?: boolean

    Marks the peer dependency as optional. When true, npm will not automatically install this peer dependency.