Skip to content

Commit

Permalink
update TypeScript target to es2015
Browse files Browse the repository at this point in the history
  • Loading branch information
aciccarello authored Feb 19, 2019
1 parent 1d5bf30 commit 2d0948e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"target": "es2015",
"experimentalDecorators": true,
"allowJs": true,
"noImplicitAny": true,
Expand All @@ -18,4 +18,4 @@
"exclude": [
"node_modules"
]
}
}

0 comments on commit 2d0948e

Please sign in to comment.