moduleResolution setting in tsconfig.node.json for electron-store #670
Unanswered
only-issues
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I'm currently working on an Electron project using electron-vite and encountering some issues with electron-store. I need to change the "moduleResolution" setting in tsconfig.node.json to either "NodeNext" or "Bundler" to resolve these issues.
Current Situation
My Question
What would be the recommended approach for setting "moduleResolution" in this case? Should I use:
or
I'd appreciate any insights on:
Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions