Skip to content

Commit

Permalink
feat(@schematics/schematics): update tsconfig.json libs to include es…
Browse files Browse the repository at this point in the history
…2018

Update the lib property in tsconfig.json files to include es2018.
  • Loading branch information
christianliebel authored and hansl committed Sep 25, 2018
1 parent daf0ec8 commit 0bd5b1a
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 @@ -2,7 +2,7 @@
"compilerOptions": {
"baseUrl": "tsconfig",
"lib": [
"es2017",
"es2018",
"dom"
],
"declaration": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"baseUrl": "tsconfig",
"lib": [
"es2017",
"es2018",
"dom"
],
"module": "commonjs",
Expand Down

0 comments on commit 0bd5b1a

Please sign in to comment.