diff --git a/tsconfig.json b/tsconfig.json index 82a831f89c..63e6b38825 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "ES5", - "lib": ["DOM", "ES2015"], + "lib": ["DOM", "DOM.Iterable", "ES2015"], "allowJs": true, "skipLibCheck": true, "esModuleInterop": true, @@ -13,7 +13,8 @@ "outDir": "./dist/", "checkJs": false, "strictNullChecks": true, - "jsx": "react-jsx" + "jsx": "react-jsx", + "downlevelIteration": true }, "include": [ "src"