-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
ngtypecheck.d.ts not found #633
Comments
Note: I had a similar issue at some other lib. There I could resolve it by using typescript 5.5 - see angular/angular#56945 |
Confirming the same error on 15.1.1:
|
It seems that packages built with ng-packagr 18.1.0 requires TS 5.5. What do we do at this point? |
@MurhafSousli I think upgrading this project to TS 5.5 should be the best solution. As it is only a devDependency this should not impact downstream projects. |
Reproduction
Use StackBlitz to reproduce your issue: https://stackblitz.com/edit/ngx-scrollbar
Steps to reproduce:
ng serve
Expected Behavior
Build should succeed.
Actual Behavior
I get the following error:
Environment
The text was updated successfully, but these errors were encountered: