From f6e1649736da16fb2985cafa105b600681a9d709 Mon Sep 17 00:00:00 2001 From: Marcarrian Date: Fri, 17 Nov 2023 17:27:22 +0100 Subject: [PATCH] chore: remove `downlevelIteration` from tsconfig Compiler option `downlevelIteration` is no longer needed because ES5 output is not supported by the Angular CLI anymore. --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 3a650881..28b14008 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,6 @@ "esModuleInterop": true, "sourceMap": true, "declaration": false, - "downlevelIteration": true, "experimentalDecorators": true, "moduleResolution": "node", "importHelpers": true,