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
Expected behavior:
Typescript compiler can find @types npm installations and successfully compile.
Actual behavior:
Several errors thrown throughout my source code that reference not finding the angular typings: error TS2307: Cannot find module 'angular'.
The text was updated successfully, but these errors were encountered:
The compiler doesn't seem to be picking up on my npm installed @types modules. Is there a specific configuration I might be missing?
TypeScript Version: 2.0.3
Code
Expected behavior:
Typescript compiler can find @types npm installations and successfully compile.
Actual behavior:
Several errors thrown throughout my source code that reference not finding the angular typings:
error TS2307: Cannot find module 'angular'.
The text was updated successfully, but these errors were encountered: