From: Chris Duncan Date: Thu, 21 May 2026 18:29:42 +0000 (-0700) Subject: Remove deprecated tsc flag. X-Git-Tag: v5.1.15~1^2~2 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=668e0cf20eae3c4bcc2bdfe5e3cd920ab3de6aa0;p=nano-pow.git Remove deprecated tsc flag. --- 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,