Skip to content

Commit 715a64a

Browse files
committed
fix: tsconfig moduleResolution
1 parent bf70539 commit 715a64a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"extends": "@vben/tsconfig/node.json",
4+
"compilerOptions": {
5+
"moduleResolution": "bundler"
6+
},
47
"include": ["src"],
58
"exclude": ["node_modules"]
69
}

0 commit comments

Comments
 (0)