Enable to iterate over DOM collections (#14040)

This commit is contained in:
woxtu 2024-06-19 12:19:38 +09:00 committed by GitHub
parent f37d684fab
commit 77ae69355c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@
],
"lib": [
"esnext",
"dom"
"dom",
"dom.iterable"
],
"jsx": "preserve"
},