Skip to content

Commit

Permalink
Merge pull request #154098 from microsoft/joh/normal-crow
Browse files Browse the repository at this point in the history
joh/normal crow
  • Loading branch information
jrieken authored Aug 29, 2022
2 parents 90f89a1 + 84719ad commit 43ae27a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"ES2020.String",
"ES2020.Symbol.WellKnown",
"ES2020.Intl",
"ES2021.Promise",
"ES2021.String",
"ES2021.WeakRef",
"DOM",
"DOM.Iterable",
"WebWorker.ImportScripts"
Expand Down
2 changes: 1 addition & 1 deletion src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"preserveConstEnums": true,
"sourceMap": false,
"outDir": "../out/vs",
"target": "es2020",
"target": "es2021",
"types": [
"keytar",
"mocha",
Expand Down

0 comments on commit 43ae27a

Please sign in to comment.