diff --git a/hindsight-clients/typescript/tsconfig.json b/hindsight-clients/typescript/tsconfig.json index afcd36ea..4685ac36 100644 --- a/hindsight-clients/typescript/tsconfig.json +++ b/hindsight-clients/typescript/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "target": "ES2020", "module": "commonjs", - "lib": ["ES2020", "DOM"], + "lib": ["ES2020", "DOM", "DOM.Iterable"], "declaration": true, "outDir": "./dist", "rootDir": "./",