Skip to content

Commit

Permalink
fix: fix target to ES2015
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Nov 21, 2020
1 parent 3bd4075 commit 459ee52
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 @@ -5,7 +5,7 @@
"moduleResolution": "node",
"newLine": "LF",
"outDir": "./lib/",
"target": "es5",
"target": "ES2015",
"sourceMap": true,
"declaration": true,
"esModuleInterop": true,
Expand Down

0 comments on commit 459ee52

Please sign in to comment.