Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
chore(tsconfig): Don't target es2015.
Browse files Browse the repository at this point in the history
  • Loading branch information
cartant committed Nov 23, 2017
1 parent c12ba53 commit 3851608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@env/*": ["./environments/*"]
},
"sourceMap": true,
"target": "es2015",
"target": "es5",
"typeRoots": [
"node_modules/@types"
]
Expand Down

0 comments on commit 3851608

Please sign in to comment.