chore: vite config tsconfig include (#7936)

* fix: catelog

* fix: system

* fix(vite-config): include tsdown config in tsconfig
This commit is contained in:
afe1
2026-05-22 07:25:50 +08:00
committed by GitHub
parent 5b67c2e740
commit 126b33687a

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