I'm using ts-jest in a project programmatically (not CLI) and trying to compile the project.
Getting the following:
node_modules/ts-jest/dist/types.d.ts:15:38 - error TS2304: Cannot find name 'BabelConfig'.
15 babelConfig?: boolean | string | BabelConfig;
~~~~~~~~~~~
node_modules/ts-jest/dist/types.d.ts:40:12 - error TS2304: Cannot find name 'BabelConfig'.
40 value: BabelConfig;
~~~~~~~~~~~
https://github.com/moltar/ts-jest-babel-config
Compilation to succeed.
https://github.com/moltar/ts-jest-babel-config
System:
OS: macOS
Npm packages:
"jest": "26.0.1",
"ts-jest": "26.0.0",
"typescript": "3.9.3"
thank you for reporting us. I really like that all the information is provided following the template 馃憤
FYI This bug is caused by #1592
Most helpful comment
thank you for reporting us. I really like that all the information is provided following the template 馃憤
FYI This bug is caused by #1592