Skip to content

Commit dcb7a2e

Browse files
committed
chore: change moduleResolution to bundler for vite.config.ts
in order to fix Cannot find `@vitejs/plugin-vue` module or its corresponding type declarations.
1 parent e91d81a commit dcb7a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.node.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"composite": true,
44
"module": "ESNext",
5-
"moduleResolution": "Node",
5+
"moduleResolution": "bundler",
66
"allowSyntheticDefaultImports": true
77
},
88
"include": ["vite.config.ts"]

0 commit comments

Comments
 (0)