Skip to content

Commit

Permalink
fix(*): Switch to emitting ES2015 to account for Typedoc emitting ES2…
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Jan 9, 2019
1 parent 5c21cab commit 00a4ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -3,7 +3,7 @@
"moduleResolution": "node",
"allowJs": true,
"module": "umd",
"target": "es5",
"target": "es2015",
"outDir": "./",
"experimentalDecorators": true
},
Expand Down

0 comments on commit 00a4ae8

Please sign in to comment.