Skip to content

Commit

Permalink
fix: Add array includes lib
Browse files Browse the repository at this point in the history
  • Loading branch information
lili2311 committed Jun 24, 2019
1 parent 2db2107 commit d5a7493
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"pretty": true,
"target": "es2015",
"lib": [
"es2015"
"es2015",
"es2016.array.include",
],
"module": "commonjs",
"allowJs": true,
Expand Down

0 comments on commit d5a7493

Please sign in to comment.