Open stamler opened 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.
Made some changes but haven't had a chance to test them as I'm travelling for the next week. Might do the trick...
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.