From 618d4111295a1a26a203434564e1f64b94bc4e2e Mon Sep 17 00:00:00 2001 From: Ryan Fitzpatrick Date: Wed, 17 Jul 2019 18:21:01 -0700 Subject: [PATCH] add downlevelIteration compiler option --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) 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"