chore: vite config tsconfig include (#7936)
* fix: catelog * fix: system * fix(vite-config): include tsdown config in tsconfigmaster^2
parent
5b67c2e740
commit
126b33687a
|
|
@ -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"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue