From a34a0236752e0d890916d52f8e024b9e3e93dc48 Mon Sep 17 00:00:00 2001 From: MT-Fire <798521692@qq.com> Date: Sun, 29 Mar 2026 00:45:28 +0800 Subject: [PATCH] =?UTF-8?q?chore(frontend):=20=E5=AF=B9=E9=BD=90=20tsconfi?= =?UTF-8?q?g=20exclude=20=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 285f49e7..7ff770c9 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -41,5 +41,5 @@ ".next/types/**/*.ts", ".next/dev/types/**/*.ts" ], - "exclude": ["node_modules", "generated", "imports"] + "exclude": ["node_modules", "generated"] }