Update extension enabled tsconfig libs (#159631)

Matches what we set for `src/`
This commit is contained in:
Matt Bierner
2022-08-30 22:57:15 -07:00
committed by GitHub
parent 55046fccac
commit 01ea9c11ea
3 changed files with 6 additions and 37 deletions

View File

@@ -20,7 +20,10 @@
"ES2020.Promise",
"ES2020.String",
"ES2020.Symbol.WellKnown",
"ES2020.Intl"
"ES2020.Intl",
"ES2021.Promise",
"ES2021.String",
"ES2021.WeakRef"
],
"module": "commonjs",
"strict": true,