From f55344e674de8b7bb9cf6bc05da5fab21d4ddd95 Mon Sep 17 00:00:00 2001 From: ray <1490493387@qq.com> Date: Sun, 13 Oct 2024 10:35:44 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20:hammer:=20=E7=A7=BB=E9=99=A4=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 19d8218f..cbe0a4da 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,14 +15,11 @@ "skipLibCheck": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, - "jsx": "preserve", - "jsxFactory": "h", - "jsxFragmentFactory": "Fragment", "paths": { "@/*": ["src/*"] }, - "types": ["vite/client", "element-plus/global"] + "types": ["node", "vite/client", "element-plus/global"] }, "include": ["mock/**/*.ts", "src/**/*.ts", "src/**/*.vue", "vite.config.ts"], - "exclude": ["node_modules", "dist", "**/*.js"] + "exclude": ["node_modules", "dist"] }