Replies: 1 comment
-
@adnanlah check out https://electron-vite.org/guide/troubleshooting#error-err-require-esm-require-of-es-module |
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
-
Hello,
I am not being able to import superjson package, I get this error instead:
This is my
tsconfig.web.json
:I tried
"module": "ESNext"
and"target": "ESNext"
and"esModuleInterop": true
and still didn't work.And this is my
tsconfig.node.json
:And this is my
tsconfig.json
:I would really appreciate it.
Beta Was this translation helpful? Give feedback.
All reactions