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
The text was updated successfully, but these errors were encountered:
bcherny
changed the title
Cannot import NPM module that uses external typings
Using angular in a .d.ts file, I get “[ts] Cannot find namespace 'angular'”
May 18, 2016
Code:
Each of the
angular
s above throws an error in VSCode:[ts] Cannot find namespace 'angular' \ any
.And when I import
ngimport
from another project, I getError TS2503: Cannot find namespace 'angular'
typings.json:
tsconfig.json:
Full source: https://github.com/bcherny/ngimport
The text was updated successfully, but these errors were encountered: