Skip to content

Commit 0ffc23d

Browse files
committed
chore: tsconfig 优化
1 parent d9fd7f6 commit 0ffc23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"useDefineForClassFields": true,
1212
"allowSyntheticDefaultImports": true,
1313
"forceConsistentCasingInFileNames": true,
14+
"moduleResolution": "Node",
1415
"target": "ES2020",
1516
"module": "ES2020",
16-
"moduleResolution": "Node",
1717
"lib": ["ES2020"],
1818
"types": ["vitest/globals"]
1919
},

0 commit comments

Comments
 (0)