Skip to content

Commit a65356d

Browse files
committed
enable "ES2021.Promise", "ES2021.String", "ES2021.WeakRef" as lib-dependencies as our runtimes have caught up
1 parent 333f434 commit a65356d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
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"

0 commit comments

Comments
 (0)