Skip to content

Commit

Permalink
Revert "Support browsers from before 2020 (#23)" (#40)
Browse files Browse the repository at this point in the history
This reverts commit d50b73c.
  • Loading branch information
jsjoeio authored Jan 5, 2022
1 parent dabd022 commit d4f09b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"preserveConstEnums": true,
"sourceMap": false,
"outDir": "../out/vs",
"target": "es6",
"lib": ["es2020", "dom", "dom.iterable"],
"target": "es2020",
"types": [
"keytar",
"mocha",
Expand Down

0 comments on commit d4f09b4

Please sign in to comment.