Skip to content

Commit 5a7cb68

Browse files
committed
fix: build error with lru-cache/min
vuejs/core#9521
1 parent 78d5f25 commit 5a7cb68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/index/tsconfig.shared.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"target": "esnext",
44
"module": "esnext",
5-
"moduleResolution": "node",
5+
"moduleResolution": "bundler",
66
"lib": ["esnext", "dom"],
77
"types": ["vitest/globals", "puppeteer", "node"],
88
"jsx": "preserve",

0 commit comments

Comments
 (0)