We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90f89a1 + 84719ad commit 43ae27aCopy full SHA for 43ae27a
src/tsconfig.base.json
@@ -37,6 +37,9 @@
37
"ES2020.String",
38
"ES2020.Symbol.WellKnown",
39
"ES2020.Intl",
40
+ "ES2021.Promise",
41
+ "ES2021.String",
42
+ "ES2021.WeakRef",
43
"DOM",
44
"DOM.Iterable",
45
"WebWorker.ImportScripts"
src/tsconfig.json
@@ -5,7 +5,7 @@
5
"preserveConstEnums": true,
6
"sourceMap": false,
7
"outDir": "../out/vs",
8
- "target": "es2020",
+ "target": "es2021",
9
"types": [
10
"keytar",
11
"mocha",
0 commit comments