diff --git a/jest.config.js b/jest.config.js index a4feb15..7351f9b 100644 --- a/jest.config.js +++ b/jest.config.js @@ -3,6 +3,6 @@ export default { collectCoverage: true, extensionsToTreatAsEsm: [".ts"], transform: { - "^.+\\.tsx?$": ["ts-jest", { useESM: true }], + "^.+\\.tsx?$": ["ts-jest", { useESM: true, tsconfig: "/tsconfig.json" }], }, };