diff --git a/jest.config.js b/jest.config.js index f9b4cfc0..3c61fdcd 100644 --- a/jest.config.js +++ b/jest.config.js @@ -13,7 +13,12 @@ module.exports = { __FEATURE_OPTIONS_API__: true, __FEATURE_SUSPENSE__: true, __FEATURE_PROD_DEVTOOLS__: false, - __COMPAT__: true + __COMPAT__: true, + 'ts-jest': { + tsconfig: { + target: 'esnext' + } + } }, coverageDirectory: 'coverage', coverageReporters: ['html', 'lcov', 'text'],