diff --git a/tsconfig.json b/tsconfig.json index e11b5fa..0b8beb0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "importHelpers": true, "strict": true, "forceConsistentCasingInFileNames": true, + "downlevelIteration":true, "outDir": "dist/compiled", "baseUrl": "./", "allowSyntheticDefaultImports": true,