From 454700aacb9ef18056f9ecde3a59fb7f85c8eff6 Mon Sep 17 00:00:00 2001 From: Innei Date: Thu, 11 Jul 2024 16:21:55 +0800 Subject: [PATCH] fix: tsconfig target Signed-off-by: Innei --- tsconfig.web.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.web.json b/tsconfig.web.json index 98ce8d10b..4e3fef419 100644 --- a/tsconfig.web.json +++ b/tsconfig.web.json @@ -11,6 +11,7 @@ "compilerOptions": { "composite": true, "jsx": "react-jsx", + "target": "ES2022", "noUnusedLocals": false, "strict": true, "baseUrl": ".",