UNPKG

definition-tester

Version:
16 lines (15 loc) 343 B
export interface ITestOptions { testerPath: string; dtPath: string; concurrent: number; tscPath?: string; tslintConfig: string; changes: boolean; tests: boolean; lint: boolean; headers: boolean; tscparams: boolean; debug: boolean; printFiles: boolean; printRefMap: boolean; }