Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In 1205d9c I changed the base tsconfig's target to es6 because the @n…
…estjs/passport package needs to be compiled in es6 in order to work.. Angular on the other hand needs to be compiled in es5/es3 so since the client tsconfig extends the base tsconfig I had to override the target in the client tsconfig
- Loading branch information