Skip to content

Commit

Permalink
In 1205d9c I changed the base tsconfig's target to es6 because the @n…
Browse files Browse the repository at this point in the history
…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
bojidaryovchev committed Jul 3, 2018
1 parent 1205d9c commit 424cae8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"target": "es5",
"lib": [
"es5",
"es6",
Expand Down

0 comments on commit 424cae8

Please sign in to comment.