diff --git a/package.json b/package.json index 2c0e7cd..d994823 100644 --- a/package.json +++ b/package.json @@ -38,15 +38,15 @@ "json" ], "transform": { - ".+\\.tsx?$": "ts-jest" + ".+\\.tsx?$": [ + "ts-jest", + { + "babelConfig": false + } + ] }, "testMatch": [ "/tests/**/*.test.(ts|js)" - ], - "globals": { - "ts-jest": { - "babelConfig": false - } - } + ] } -} +} \ No newline at end of file