From bb1ee3228aa10bcaa3c5340555f5fce0cc75bb27 Mon Sep 17 00:00:00 2001 From: lvwang2002 Date: Thu, 28 Mar 2024 19:11:00 +0800 Subject: [PATCH] =?UTF-8?q?feature():=E5=85=81=E8=AE=B8=E5=9C=A8ts?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=AD=E5=BC=95=E5=85=A5js=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index b0791b9..62607f1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,6 +20,8 @@ "noUnusedLocals": true, "noUnusedParameters": true, "resolveJsonModule": true, + "noImplicitAny": false, + "allowJs": true, "skipLibCheck": true, "strict": true, "target": "esnext",