read-tsconfig-sync
    Preparing search index...

    Interface ExcludeDefinition

    interface ExcludeDefinition {
        exclude?: string[];
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    Properties

    exclude?: string[]

    Specifies a list of files to be excluded from compilation. The 'exclude' property only affects the files included via the 'include' property and not the 'files' property. Glob patterns require TypeScript version 2.0 or later.