From 72ec02d5bda8735fd0a2e4cf1431f372da4a19ae Mon Sep 17 00:00:00 2001 From: Linzm <1015157648@qq.com> Date: Mon, 4 Aug 2025 09:26:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7a319fc..d7fe9f6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,7 +21,7 @@ "noUnusedLocals": true, "noImplicitAny": false, "skipLibCheck": true, - "importsNotUsedAsValues": "preserve" + "verbatimModuleSyntax": true }, "include": [ "src/App.vue",