From 66e8344e28cd05b514aa96dbbc9e31023daad727 Mon Sep 17 00:00:00 2001 From: Eric Xu Date: Sun, 14 Jul 2024 19:00:52 -0400 Subject: [PATCH] Enable downLevelIteration --- 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": [ {