gund / ng-http-interceptor

Http Interceptor library for Angular
MIT License
104 stars 16 forks source link

Do I still need ts-helpers lib with typescript@^2.1.5 to avoid "ReferenceError: _extends"? #126

Closed rachelxi closed 7 years ago

rachelxi commented 7 years ago

I've still getting "ReferenceError: _extends ..." with typescrip v2.1.5 however I saw ts-helper is no longer needed after typescript 2.1. Just wondering do I still need ts-helper to get the interceptor working? Thanks!

rachelxi commented 7 years ago

Just self-confirmed. No I don't need ts-helper anymore but will need to install tslib and config tsconfig.json as stated on tslib README file. And done.