mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-25 16:25:13 +00:00
Enable to iterate over DOM collections (#14040)
This commit is contained in:
parent
f37d684fab
commit
77ae69355c
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@
|
||||||
],
|
],
|
||||||
"lib": [
|
"lib": [
|
||||||
"esnext",
|
"esnext",
|
||||||
"dom"
|
"dom",
|
||||||
|
"dom.iterable"
|
||||||
],
|
],
|
||||||
"jsx": "preserve"
|
"jsx": "preserve"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue