Skip to content

Commit

Permalink
Merge pull request #2654 from Tyriar/2646_attach_es6
Browse files Browse the repository at this point in the history
Target es5 in attach addon
  • Loading branch information
Tyriar authored Dec 27, 2019
2 parents e52eafa + c512485 commit 2a9e16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/xterm-addon-attach/src/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es2015",
"target": "es5",
"lib": [
"dom",
"es2015"
Expand Down

0 comments on commit 2a9e16b

Please sign in to comment.