Skip to content

Commit

Permalink
fix(ever-shop-web): switch to TS lib to es7
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq committed Apr 12, 2019
1 parent 032d300 commit cf57a2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shop/website-angular/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"importHelpers": true,
"strictNullChecks": false,
"noStrictGenericChecks": true,
"lib": ["dom", "es6"],
"lib": ["dom", "es7"],
"baseUrl": "./src",
"paths": {
"@angular/*": ["node_modules/@angular/*"],
Expand Down
2 changes: 1 addition & 1 deletion shop/website-angular/tsconfig.webpack.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"importHelpers": true,
"strictNullChecks": false,
"noStrictGenericChecks": true,
"lib": ["es2015", "dom"],
"lib": ["es7", "dom"],
"baseUrl": "./src",
"paths": {
"@angular/*": ["../node_modules/@angular/*"],
Expand Down

0 comments on commit cf57a2f

Please sign in to comment.