Skip to content

Commit

Permalink
feat(@schematics/angular): update tsconfig.json libs to include es2018
Browse files Browse the repository at this point in the history
Update the lib property in tsconfig.json files for Angular libraries and workspaces to include es2018.
  • Loading branch information
christianliebel authored and hansl committed Sep 25, 2018
1 parent 0bd5b1a commit e72d1c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"types": [],
"lib": [
"dom",
"es2015"
"es2018"
]
},
"angularCompilerOptions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/angular/workspace/files/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"node_modules/@types"
],
"lib": [
"es2017",
"es2018",
"dom"
]
}
Expand Down

0 comments on commit e72d1c3

Please sign in to comment.