From c7dde2e2c78006866500d2381c34a776920ea28d Mon Sep 17 00:00:00 2001 From: Coast <591616450@qq.com> Date: Tue, 25 Nov 2025 11:27:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E4=BF=AE=E5=A4=8D=20ESLint=20?= =?UTF-8?q?=E8=A7=A3=E6=9E=90=20uno.config.ts=20=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 475a9e32..4b4ebba7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -28,6 +28,13 @@ "types": ["node", "vite/client", "element-plus/global"] }, - "include": ["mock/**/*.ts", "src/**/*.ts", "src/**/*.vue", "vite.config.ts", "eslint.config.ts"], + "include": [ + "mock/**/*.ts", + "src/**/*.ts", + "src/**/*.vue", + "vite.config.ts", + "eslint.config.ts", + "uno.config.ts" + ], "exclude": ["node_modules", "dist"] } -- Gitee