chore: vite config tsconfig include (#7936)

* fix: catelog

* fix: system

* fix(vite-config): include tsdown config in tsconfig
master^2
afe1 2026-05-22 07:25:50 +08:00 committed by GitHub
parent 5b67c2e740
commit 126b33687a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"]
}