From 668e0cf20eae3c4bcc2bdfe5e3cd920ab3de6aa0 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Thu, 21 May 2026 11:29:42 -0700 Subject: [PATCH] Remove deprecated tsc flag. --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0d09b8b..120b215 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,6 @@ "emitDeclarationOnly": true, "declarationDir": "./types", "alwaysStrict": true, - "downlevelIteration": false, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "noErrorTruncation": true, -- 2.52.0