-
Notifications
You must be signed in to change notification settings - Fork 12.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
Monrepo with project references fails to compile #26689
Comments
@RyanCavanaugh Please help. The project was folked from your demo and the layout was changed to reflect our need. Thanks in advance. |
@RyanCavanaugh Any update? |
I did more experiment and this project layout works - https://github.com/raymondfeng/learn-a/tree/ts. Please note that I use I guess the issue is related to the fact that |
@raymondfeng see discussion in #26867 |
@ajafff It seems so but my project layout should be legitimate as it works well with normal (without -b) |
Interesting. Maybe we can try to split each package into two sub-projects, one for |
@raymondfeng Is this still issue? I cloned your repo and built it and it works. If this is still an issue, please provide more information |
@sheetalkamat I fixed the tsconfig and upgraded to TypeScript 3.1.1. Everything seems to be work fine now! Thanks a lot. I'll try with a much larger project at https://github.com/strongloop/loopback-next |
TypeScript Version: 3.0.1
Search Terms:
Project references
Code
https://github.com/raymondfeng/learn-a/
Please follow the README.md to reproduce the problem.
Expected behavior:
The build should be successful.
Actual behavior:
Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered: