Skip to content

Commit

Permalink
Add ES2015 library
Browse files Browse the repository at this point in the history
  • Loading branch information
sveyret committed Jun 13, 2018
1 parent d0862a1 commit 905a9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"module": "CommonJS",
"declaration": true,
"sourceMap": true,
"lib": ["dom", "es2017"],
"lib": ["dom", "es2015", "es2017"],
"rootDir": "src",
"outDir": "dist",
"moduleResolution": "node",
Expand Down

0 comments on commit 905a9ad

Please sign in to comment.