We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using ts-jest in a project programmatically (not CLI) and trying to compile the project.
ts-jest
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.
System: OS: macOS Npm packages: "jest": "26.0.1", "ts-jest": "26.0.0", "typescript": "3.9.3"
The text was updated successfully, but these errors were encountered:
thank you for reporting us. I really like that all the information is provided following the template 👍
FYI This bug is caused by #1592
Sorry, something went wrong.
fix(typing): don't mark BabelConfig as internal type (#1667)
BabelConfig
558c307
Close #1666
Successfully merging a pull request may close this issue.
🐛 Bug Report
I'm using
ts-jest
in a project programmatically (not CLI) and trying to compile the project.Getting the following:
To Reproduce
https://github.com/moltar/ts-jest-babel-config
Expected behavior
Compilation to succeed.
Link to repo (highly encouraged)
https://github.com/moltar/ts-jest-babel-config
envinfo
The text was updated successfully, but these errors were encountered: