From d0822dacaf76e4ead3b2626647b32dd513476913 Mon Sep 17 00:00:00 2001 From: Lansong <62054128+Lansongxx@users.noreply.github.com> Date: Fri, 16 Feb 2024 12:11:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0allow.Js=E9=80=89?= =?UTF-8?q?=E9=A1=B9=20(#58)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.app.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.app.json b/tsconfig.app.json index 39b574e..1b1dbe0 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -9,6 +9,7 @@ "types": ["node"], "paths": { "@/*": ["./src/*"] - } + }, + "allowJs": true // 添加这行 } }