From 049b0b7ef424b12e46085c96e9012cb4da43acc4 Mon Sep 17 00:00:00 2001 From: ray <1490493387@qq.com> Date: Wed, 9 Oct 2024 22:12:53 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20:hammer:=20typescript=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E5=99=A8=E7=A7=BB=E9=99=A4include=E4=B8=8D=E5=AD=98?= =?UTF-8?q?=E5=9C=A8=E7=9A=84=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 7d515579..19d8218f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,12 +23,6 @@ }, "types": ["vite/client", "element-plus/global"] }, - "include": [ - "mock/**/*.ts", - "src/**/*.ts", - "src/**/*.vue", - "vite.config.ts", - "src/views/system/notice/components/myvue" - ], + "include": ["mock/**/*.ts", "src/**/*.ts", "src/**/*.vue", "vite.config.ts"], "exclude": ["node_modules", "dist", "**/*.js"] }