From 126b33687a416b976b751329b3c2987fc03694f3 Mon Sep 17 00:00:00 2001 From: afe1 <2279948211@qq.com> Date: Fri, 22 May 2026 07:25:50 +0800 Subject: [PATCH] chore: vite config tsconfig include (#7936) * fix: catelog * fix: system * fix(vite-config): include tsdown config in tsconfig --- internal/vite-config/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/vite-config/tsconfig.json b/internal/vite-config/tsconfig.json index b2ec3b61e..379af1821 100644 --- a/internal/vite-config/tsconfig.json +++ b/internal/vite-config/tsconfig.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/tsconfig", "extends": "@vben/tsconfig/node.json", - "include": ["src"], + "include": ["src", "tsdown.config.ts"], "exclude": ["node_modules"] }