From 993a96757f51d55b336c76b15ada9563fb656b02 Mon Sep 17 00:00:00 2001 From: puhui999 Date: Thu, 23 Mar 2023 00:34:55 +0800 Subject: [PATCH] =?UTF-8?q?update:=20!!!=E8=AF=B7=E4=BF=9D=E7=95=99?= =?UTF-8?q?=E8=BF=99=E4=B8=AA=E5=B1=9E=E6=80=A7=EF=BC=8C=E9=98=B2=E6=AD=A2?= =?UTF-8?q?tsconfig.json=E6=96=87=E4=BB=B6=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 6b412cd8..b97c7079 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -32,6 +32,7 @@ "vite-plugin-svg-icons/client", "@form-create/element-ui/types" ], + "outDir": "target", // 请保留这个属性,防止tsconfig.json文件报错 "typeRoots": ["./node_modules/@types/", "./types"] }, "include": [ @@ -40,5 +41,5 @@ "src/types/auto-imports.d.ts", "src/types/auto-components.d.ts" ], - "exclude": ["dist", "node_modules"] + "exclude": ["dist", "target", "node_modules"] }