Skip to content

Commit

Permalink
feat: Target es6 environment for better browser support. (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
brabeji authored and eturino committed Dec 31, 2019
1 parent d963e84 commit d202bd7
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,6 +1,6 @@
{
"compilerOptions": {
"target": "es2017",
"target": "es6",
"outDir": "build/main",
"rootDir": "src",
"moduleResolution": "node",
Expand Down Expand Up @@ -31,7 +31,7 @@
// "experimentalDecorators": true /* Enables experimental support for ES7 decorators. */,
// "emitDecoratorMetadata": true /* Enables experimental support for emitting type metadata for decorators. */,
"lib": [
"es2017"
"es6"
],
// "types": [],
"typeRoots": [
Expand Down

0 comments on commit d202bd7

Please sign in to comment.