Skip to content

Commit

Permalink
feature: tsconfig: es2017 -> es2016.Array.Include
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Nov 1, 2020
1 parent c4919b9 commit c6f1b45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/browser/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compilerOptions": {
"lib": [
"dom",
"es2017"
"es2015",
"es2016.Array.Include"
],
"outDir": "../../out",
"types": [
Expand Down
3 changes: 2 additions & 1 deletion src/common/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"extends": "../tsconfig-library-base",
"compilerOptions": {
"lib": [
"es2017"
"es2015",
"es2016.Array.Include"
],
"outDir": "../../out",
"types": [
Expand Down

0 comments on commit c6f1b45

Please sign in to comment.