From bfc2dd79309e6e85ec687bdd0b84f193811a10af Mon Sep 17 00:00:00 2001 From: haishan <710328466@qq.com> Date: Wed, 12 Jun 2024 10:14:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(tsconfig):=20=E4=BF=AE=E6=94=B9ts=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f0c0bc4..b16642f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,6 @@ "importHelpers": false, "strictNullChecks": true, "experimentalDecorators": true, - "allowJs": true, "jsxFactory": "React.createElement", "jsxFragmentFactory": "React.Fragment", "noUnusedParameters": true,