From 87c4c8f81d8c1bf4cc239e58a7320b457cfcc15c Mon Sep 17 00:00:00 2001 From: AriPerkkio Date: Mon, 16 Jan 2023 14:24:26 +0200 Subject: [PATCH] feat: add typings for reporterOptions --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index de1e2653..523731bb 100644 --- a/index.d.ts +++ b/index.d.ts @@ -8,6 +8,7 @@ export declare class Report { include?: string | string[], reporter: string[], reportsDirectory?: string, + reporterOptions?: Record> tempDirectory?: string, watermarks?: Partial<{ statements: Watermark;