From de0990434e2859141c71b9ab42931297480fb6e2 Mon Sep 17 00:00:00 2001 From: whqwert <94757998+whqwert@users.noreply.github.com> Date: Wed, 1 Feb 2023 06:38:02 -0600 Subject: feat(plugin): RevealAllSpoilers (#381) Co-authored-by: Ven --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tsconfig.json') 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", -- cgit