diff options
author | whqwert <94757998+whqwert@users.noreply.github.com> | 2023-02-01 06:38:02 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-01 13:38:02 +0100 |
commit | de0990434e2859141c71b9ab42931297480fb6e2 (patch) | |
tree | ca12aae29fe0bd6eef058b1124884e6998fd1711 /tsconfig.json | |
parent | 369d179bbf67d34fc4d5f8312d19a106f3552373 (diff) | |
download | Vencord-de0990434e2859141c71b9ab42931297480fb6e2.tar.gz Vencord-de0990434e2859141c71b9ab42931297480fb6e2.tar.bz2 Vencord-de0990434e2859141c71b9ab42931297480fb6e2.zip |
feat(plugin): RevealAllSpoilers (#381)
Co-authored-by: Ven <vendicated@riseup.net>
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index f811c00..db54074 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "esModuleInterop": true, "lib": [ "DOM", + "DOM.Iterable", "esnext", "esnext.array", "esnext.asynciterable", |