-
-
Notifications
You must be signed in to change notification settings - Fork 433
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
Potential changes required for typescript 3.5.0 #939
Comments
Will this be handled by #935 ? |
I don't believe the two are related. #935 is specific to compiling project references using the solution builder. The issue raised here has to do with usage of
|
Gotcha. Yes - makes sense now I think about it. If you want to have a go at adding what's needed that'd be amazing. Don't worry if you need to ask questions along the way and tests don't pass - that's all totally cool and something we can collaborate on. |
@johnnyreilly PR submitted :) |
Expected Behaviour
incremental
in tsconfig.json fileNote that this issue is not present with [email protected]
Actual Behaviour
An error similar to the following one is received:
Per conversation with typescript team (microsoft/TypeScript/issues/31447), it appears that this is a change in typescript but a change in ts-loader will be required.
Current workaround is that users will also need to specify
tsBuildInfo
in their package.json (whereas they previously did not).Location of a Minimal Repository that Demonstrates the Issue.
https://github.com/konpikwastaken/broken-example-ts-loader-tsc
The text was updated successfully, but these errors were encountered: