chore: vite config tsconfig include (#7936)
* fix: catelog * fix: system * fix(vite-config): include tsdown config in tsconfigpull/348/MERGE
parent
5b67c2e740
commit
126b33687a
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://json.schemastore.org/tsconfig",
|
"$schema": "https://json.schemastore.org/tsconfig",
|
||||||
"extends": "@vben/tsconfig/node.json",
|
"extends": "@vben/tsconfig/node.json",
|
||||||
"include": ["src"],
|
"include": ["src", "tsdown.config.ts"],
|
||||||
"exclude": ["node_modules"]
|
"exclude": ["node_modules"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue