module-root-sync
    Preparing search index...

    Interface RootOptions

    interface RootOptions {
        includeSynthetic?: boolean;
        name?: string;
    }
    Index

    Properties

    includeSynthetic?: boolean

    Include synthetic package.json files (only type field, no name). Default: false

    name?: string