-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
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
chore: copy d.ts files during build #8086
Conversation
Wait, this won't work as I think we need to have those |
This reverts commit 5d2c2e7.
It'll be good to ditch them entirely |
@SimenB Thanks! Would it be possible to get a release with this soon so TS users can use jest 24.3 without running into compilation errors? |
Yeah, there'll probably be a release on monday |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Fixes #8085
Test plan
I've verified the files are in thebuild
dir after runningscripts/buildTs.js
I've verified that VS Code is able to follow the link in the built file and that the files are included by
yarn pack