diff --git a/jest.config.js b/jest.config.js index 1028642d..e5a668a7 100644 --- a/jest.config.js +++ b/jest.config.js @@ -26,8 +26,8 @@ module.exports = { ], globals: { "ts-jest": { - tsConfigFile: "tsconfig.json", - enableTsDiagnostics: true, + tsConfig: "tsconfig.json", + diagnostics: true, }, }, };