read-tsconfig-sync
    Preparing search index...

    Interface ExtendsDefinition

    interface ExtendsDefinition {
        extends?: string | string[];
    }
    Index
    extends?: string | string[]

    Path to base configuration file to inherit from (requires TypeScript version 2.1 or later), or array of base files, with the rightmost files having the greater priority (requires TypeScript version 5.0 or later).