diff --git a/jest.config.js b/jest.config.js index 7b26577d..28dc149f 100644 --- a/jest.config.js +++ b/jest.config.js @@ -16,7 +16,7 @@ module.exports = { "**/*.test-d.ts", ], "transform": { - "^.+\\.ts$": "ts-jest", + "^.+\\.ts$": ["ts-jest", { "tsconfig":"tsconfig-build.json" }], }, "testTimeout": 20000, };