Skip to content

Commit 43ae27a

Browse files
authored
Merge pull request microsoft#154098 from microsoft/joh/normal-crow
joh/normal crow
2 parents 90f89a1 + 84719ad commit 43ae27a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/tsconfig.base.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
"ES2020.String",
3838
"ES2020.Symbol.WellKnown",
3939
"ES2020.Intl",
40+
"ES2021.Promise",
41+
"ES2021.String",
42+
"ES2021.WeakRef",
4043
"DOM",
4144
"DOM.Iterable",
4245
"WebWorker.ImportScripts"

src/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"preserveConstEnums": true,
66
"sourceMap": false,
77
"outDir": "../out/vs",
8-
"target": "es2020",
8+
"target": "es2021",
99
"types": [
1010
"keytar",
1111
"mocha",

0 commit comments

Comments
 (0)