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!
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.
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!