Cannot find module ‘@vitejs/plugin-vue‘ or its corresponding type declarations.
报错
electron.vite.config.ts:3:17 - error TS2307: Cannot find module '@vitejs/plugin-vue' or its corresponding type declarations.
There are types at 'E:/VSCode/work/tooler/node_modules/@vitejs/plugin-vue/dist/index.d.ts', but this result could not be resolved under your current 'moduleResolution' setting. Consider updating to 'node16', 'nodenext', or 'bundler'.
import vue from '@vitejs/plugin-vue'
解决
在tsconfig.node.json 文件中添加 "moduleResolution": "bundler"