Interface TypefusionConfig

interface TypefusionConfig {
    alwaysPrintExecutionGraph?: boolean;
    directory: string;
    dryRun?: boolean;
    ignoreGlob: string[];
    verbose: boolean;
}

Properties

alwaysPrintExecutionGraph?: boolean
directory: string
dryRun?: boolean
ignoreGlob: string[]
verbose: boolean