Replies: 1 comment
-
You can set it to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bec the tsconfig.node.json:moduleResolution is "node", electron.vite.config.ts is unable to import some vite plugin libraries specifically designed for frontend projects, even though they are only configured in the "renderer:{}".
Error: Cannot find module "@tanstack/router-plugin/vite" or its corresponding type declaration.
There is a type at ".../node_modules/@tanstack/router-plugin/dist/esm/vite.d.ts", but it cannot be resolved with the current " moduleResolution" setting. Please consider updating to "node16", "nodenext" or "bundler".
Beta Was this translation helpful? Give feedback.
All reactions