From 2b335a993887aa539badc028b672d387efff4cef Mon Sep 17 00:00:00 2001 From: sd0ric4 <1286518974@qq.com> Date: Thu, 27 Mar 2025 15:23:12 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=9C=A8=20tsconfig.json=20?= =?UTF-8?q?=E4=B8=AD=E5=90=AF=E7=94=A8=20verbatimModuleSyntax=20=E9=80=89?= =?UTF-8?q?=E9=A1=B9?= 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 9b4dcca57..4c57e7509 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "verbatimModuleSyntax": true, "target": "es2022", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true,