From 9fee298e2a66970f55ed3c9ca57e92601aa86194 Mon Sep 17 00:00:00 2001 From: Mark Elphinstone Date: Mon, 25 Sep 2023 13:37:07 +0100 Subject: [PATCH] fix: add jest ignore line --- tsconfig.build.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tsconfig.build.json b/tsconfig.build.json index f324ace..5a2dd2e 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -1,7 +1,4 @@ { "extends": "./tsconfig", - "exclude": [ - "example", - "website" - ] -} \ No newline at end of file + "exclude": ["example", "website", "jest.config.ts"] +}