From 147265ae62f592e11c8a3ea18cb5281b1cc16131 Mon Sep 17 00:00:00 2001 From: Mario J Maurello Date: Thu, 28 Dec 2023 22:12:37 +1300 Subject: [PATCH] revert tsconfig changes --- tsconfig.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 7844f7d6..08977a70 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,5 +18,10 @@ "allowSyntheticDefaultImports": true, "resolveJsonModule": true }, + "ts-node": { + "moduleTypes": { + "jest.config.ts": "cjs" + } + }, "exclude": ["node_modules", "dist", "build"] }