-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Looser tslib dependency #385
Comments
@wSedlacek in fact I think I can remove that dependency 🤔 ... Did you have an issue related to this? |
It didn't cause any errors, however due to the version conflict I had two versions of tslib installed in my project. Here is the issue on the rxjs side |
Before you remove it I would recommend checking to see that you have the https://www.typescriptlang.org/tsconfig#importHelpers Line 10 in ca1949c
From what I understand TypeScript 4.4 does need tslib 2.3.0+ if you have |
I set all packages to use ^2.1.0 |
I will close this now... 😄 |
Thank you! |
nx-tools/packages/nx-docker/package.json
Line 22 in 756aefe
RxJS is still using tslib
~2.1.0
, it would be nice to match that version.The text was updated successfully, but these errors were encountered: