diff --git a/BondageClub/Tools/Node/tsconfig-assetcheck.json b/BondageClub/Tools/Node/tsconfig-assetcheck.json index 490c38bbda..79c7a68563 100644 --- a/BondageClub/Tools/Node/tsconfig-assetcheck.json +++ b/BondageClub/Tools/Node/tsconfig-assetcheck.json @@ -3,7 +3,7 @@ "noEmit": true, "module": "commonjs", "target": "ES2021", - "lib": ["es2021", "dom"], + "lib": ["es2021", "dom", "DOM.Iterable"], "allowJs": true, "strict": true, "noImplicitAny": true diff --git a/BondageClub/jsconfig.json b/BondageClub/jsconfig.json index f349927641..d4fa0f454e 100644 --- a/BondageClub/jsconfig.json +++ b/BondageClub/jsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "module": "commonjs", "target": "ES2021", - "lib": ["es2021", "dom"], + "lib": ["es2021", "dom", "DOM.Iterable"], "checkJs": true, "types": [], },