Skip to content

Commit

Permalink
feat: changed target from es2015 to es5
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Luchs committed Jan 1, 2018
1 parent 818de9e commit 3f4f77e
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
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es2015",
"target": "es5",
"outDir": "./dist",
"moduleResolution": "node",
"declaration": true,
Expand Down

0 comments on commit 3f4f77e

Please sign in to comment.