This commit is contained in:
xingyu4j
2025-05-07 14:08:58 +08:00
3 changed files with 87 additions and 13 deletions

View File

@@ -1,6 +1,9 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@vben/tsconfig/node.json",
"compilerOptions": {
"moduleResolution": "bundler"
},
"include": ["src"],
"exclude": ["node_modules"]
}