I am just starting out with TypeScript and trying to add it to an existing AngularJS project.
I have an βexcludedβ bower directory where angular is installed and loaded with specific definitions for angular in the settings window.
Angular does the completion of the code, but TypeScript gives me the TS2304 error, wherever I go, code angular. '.
What did I miss?
angularjs webstorm typescript
kpg
source share