diff --git a/tsconfig.json b/tsconfig.json index ff12900..b85bd25 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,6 +17,7 @@ "strictFunctionTypes": true, "noUnusedParameters": true, "preserveConstEnums": true, + "downlevelIteration": true, "removeComments": true, "typeRoots": [ "node_modules/@types"