I upgraded my angular project from version 8 to 13. After the completion of angular version 13, while running the application using 'ng serve' I'm facing issue like this
UnhandledPromiseRejectionWarning: Error: Debug Failure. False expression: Non-string value passed to ts.resolveTypeReferenceDirective, likely by a wrapping package working with an outdated resolveTypeReferenceDirectives signature. This is probably not a problem in TS itself.
I tried most of the ways like updating or changing ts-node and typescript versions but still, I couldn't able to fix this.
Package.json:
Can you please help me to fix this or help me to understand why this issue is occurring.