Skip to content

Commit 5a9dc76

Browse files
committed
[ts/es2022-types] Add "DOM.Iterable" to "lib".
1 parent c88bd98 commit 5a9dc76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/es2022-types/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"lib": ["es2022", "DOM"],
3+
"lib": ["es2022", "DOM", "DOM.Iterable"],
44
"target": "es2022",
55
"module": "es2022",
66
"moduleResolution": "bundler",

0 commit comments

Comments
 (0)