read-tsconfig-sync
    Preparing search index...

    Interface FilesDefinition

    interface FilesDefinition {
        files?: string[];
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    Properties

    files?: string[]

    If no 'files' or 'include' property is present in a tsconfig.json, the compiler defaults to including all files in the containing directory and subdirectories except those specified by 'exclude'. When a 'files' property is specified, only those files and those specified by 'include' are included.