From ef11d48590deafa5c596286a6200278f67731ba9 Mon Sep 17 00:00:00 2001 From: hello8693 <1320998105@qq.com> Date: Sun, 2 Feb 2025 16:37:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20tsconfig.web.json=EF=BC=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=A8=A1=E5=9D=97=E9=80=89=E9=A1=B9=E4=B8=BA?= =?UTF-8?q?=20esnext?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.web.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.web.json b/tsconfig.web.json index e9d73a9..7087749 100644 --- a/tsconfig.web.json +++ b/tsconfig.web.json @@ -6,6 +6,7 @@ "src/renderer/src/**/*.vue", "src/preload/*.d.ts" ], + "module": "esnext", "compilerOptions": { "composite": true, "baseUrl": ".",