From 321c36007f0b3b73b85ca57c2f27eb3074fd1d67 Mon Sep 17 00:00:00 2001 From: D <3066417822@qq.com> Date: Mon, 15 Jan 2024 04:24:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=85=81=E8=AE=B8=E4=B8=8B?= =?UTF-8?q?=E5=B1=82=E8=BF=AD=E4=BB=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index e11b5fa..0b8beb0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "importHelpers": true, "strict": true, "forceConsistentCasingInFileNames": true, + "downlevelIteration":true, "outDir": "dist/compiled", "baseUrl": "./", "allowSyntheticDefaultImports": true,