diff --git a/packages/testing/src/compile-options.ts b/packages/testing/src/compile-options.ts index 491fa038..2a426232 100644 --- a/packages/testing/src/compile-options.ts +++ b/packages/testing/src/compile-options.ts @@ -10,6 +10,7 @@ import { ReporterMock } from "./ReporterMock"; export const compileOptions = ( system: ts.System, + // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents overrides?: Partial & { tsconfig?: Partial; project?: Partial; targets?: string[] } ): CompilerOptions => { const reporter = new ReporterMock(system);