From d47225005c4edc6a91e4eb0650672528d10c2676 Mon Sep 17 00:00:00 2001 From: Alex Sanders Date: Mon, 29 Apr 2024 16:19:30 +0100 Subject: [PATCH] remove unessary config --- libs/@guardian/libs/tsconfig.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libs/@guardian/libs/tsconfig.json b/libs/@guardian/libs/tsconfig.json index 655863075..9663b1b93 100644 --- a/libs/@guardian/libs/tsconfig.json +++ b/libs/@guardian/libs/tsconfig.json @@ -9,10 +9,5 @@ ], "compilerOptions": { "incremental": false - }, - "ts-node": { - "moduleTypes": { - "jest.config.ts": "cjs" - } } }