mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-21 21:45:11 +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": [
|
||||
"esnext",
|
||||
"dom"
|
||||
"dom",
|
||||
"dom.iterable"
|
||||
],
|
||||
"jsx": "preserve"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue