interface fileConfig {
    ignore: string[];
    ignore_everything_except_must_have: boolean;
    must_have: string[];
}

Properties

ignore: string[]
ignore_everything_except_must_have: boolean
must_have: string[]

Generated using TypeDoc