read-tsconfig-sync
    Preparing search index...

    Interface IncludeDefinition

    interface IncludeDefinition {
        include?: string[] | null;
    }
    Index
    include?: string[] | null

    Specifies a list of glob patterns that match files to be included in compilation. 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'. Requires TypeScript version 2.0 or later.