From 1d444f6ebb9895ec4ed8eaedf616a0299e4ae284 Mon Sep 17 00:00:00 2001 From: Rodrigo Kamada Date: Mon, 16 Sep 2024 09:52:27 -0300 Subject: [PATCH] Removing the downlevelIteration setting. --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 54f05ca..a8bb65b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,6 @@ "esModuleInterop": true, "sourceMap": true, "declaration": false, - "downlevelIteration": true, "experimentalDecorators": true, "moduleResolution": "bundler", "importHelpers": true,