fix: tsconfig moduleResolution (#6122)

Co-authored-by: pzzyf <2279948211@qq.com>
This commit is contained in:
zyf0624
2025-05-07 12:04:15 +08:00
committed by Netfan
parent 4f633c1a9a
commit 29bdf2d13b

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