From af74bd89ec94f1c790cca6dd9fede9ff98cf768c Mon Sep 17 00:00:00 2001 From: ckoegel Date: Wed, 18 Sep 2024 11:53:12 -0400 Subject: [PATCH] SWI-6163 Fix Broken Build --- global.d.ts | 1 - tsconfig.json | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 global.d.ts diff --git a/global.d.ts b/global.d.ts deleted file mode 100644 index 9e6c1db..0000000 --- a/global.d.ts +++ /dev/null @@ -1 +0,0 @@ -import 'jest-extended'; diff --git a/tsconfig.json b/tsconfig.json index 0c497fd..ed6a30a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,6 +18,5 @@ "dist", "tests", "node_modules" - ], - "include": ["global.d.ts"] + ] }