From 6814f156a07a9b772afc6b036a01bfae216d96be Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Sat, 14 Feb 2026 19:27:39 -0700 Subject: [PATCH] Fix TypeScript build: enable downlevelIteration for Uint8Array spread Co-Authored-By: Claude Opus 4.6 --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 7b28589..ab2ced1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,7 @@ "resolveJsonModule": true, "isolatedModules": true, "jsx": "preserve", + "downlevelIteration": true, "incremental": true, "plugins": [ {