Skip to content

Commit

Permalink
update TypeScript target to es2015
Browse files Browse the repository at this point in the history
Closes #5 
Related to TypeStrong/typedoc#943
  • Loading branch information
aciccarello authored and gdelmas committed Mar 1, 2019
1 parent 2c44859 commit 795a4db
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 795a4db

Please sign in to comment.