From 6643014dbf7fe55604dc6e8c685fc8b4bf7686a9 Mon Sep 17 00:00:00 2001 From: ElnSorokina <51135612+ElnSorokina@users.noreply.github.com> Date: Mon, 6 Nov 2023 11:55:12 -0500 Subject: [PATCH] Make the basePath parameter accessible to TypeScript users --- src/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.d.ts b/src/index.d.ts index ba8de47..611d123 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -1,5 +1,6 @@ import { name } from "." +export let basePath: string; export let name: string; export let reportPath: string; export let file: string;