Merge pull request #154098 from microsoft/joh/normal-crow

joh/normal crow
This commit is contained in:
Johannes Rieken 2022-08-29 09:50:41 +02:00 committed by GitHub
commit 43ae27a30e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -37,6 +37,9 @@
"ES2020.String",
"ES2020.Symbol.WellKnown",
"ES2020.Intl",
"ES2021.Promise",
"ES2021.String",
"ES2021.WeakRef",
"DOM",
"DOM.Iterable",
"WebWorker.ImportScripts"

View file

@ -5,7 +5,7 @@
"preserveConstEnums": true,
"sourceMap": false,
"outDir": "../out/vs",
"target": "es2020",
"target": "es2021",
"types": [
"keytar",
"mocha",