You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2019. It is now read-only.
There seems to be a problem with the implementation of LanguageServiceHost.resolveTypeReferenceDirectives (according to mhegazy on #10633), which is resulting in a lot of types and modules not being found when processing (see issue for details and repro).
The text was updated successfully, but these errors were encountered:
I hit this issue yesterday. When I compile directly using tsc, it works fine. When I run tests using Karma+Webpack+Awesome Typescript Loader, the tests run fine, but there are lots of TS compile errors, complaining it can't find my internal modules' definition files.
There seems to be a problem with the implementation of LanguageServiceHost.resolveTypeReferenceDirectives (according to mhegazy on #10633), which is resulting in a lot of types and modules not being found when processing (see issue for details and repro).
The text was updated successfully, but these errors were encountered: