grumar / adal-angular5

Angular 5 ADAL Wrapper
MIT License
12 stars 19 forks source link

Declaration file nonfunctional TypeScript 2.6 #12

Open stamler opened 6 years ago

stamler commented 6 years ago

adal-angular.d.ts needs to be refactored for compatibility with TypeScript 2.6+ due to a breaking change.

package.json specifies "typescript": "^2.4.2"

Here's an example of refactoring for TypeScript 2.6+ support.

stamler commented 6 years ago

Made some changes but haven't had a chance to test them as I'm travelling for the next week. Might do the trick...