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

View File

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