From a36785a2d1a0e0eb546887f39895436bf61f907e Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 10 Jul 2024 21:43:48 +0200 Subject: [PATCH] Update tsconfig.json Signed-off-by: Max Schmitt --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2ffce490fc..acb0e0d63d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -35,6 +35,6 @@ "include": ["packages"], "exclude": [ "packages/*/lib", - "packages/html-reporter/" + "packages/html-reporter/", ] }