Change moduleResolution
to node16
or nodenext
#997
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Hello 👋,
Thanks for this awesome template and the latest move to ESM. Great work so far!
When migrating my project to these latest changes I observed issues with the
electron-store
module. According to its maintainer, the.tsconfig
of this template is not fully "ESM-compliant". They suggest to change themoduleResolution
of the.tsconfig
tonode16
ornodenext
. I have created a repository using this template to reproduce the problem: https://github.com/raphaelmenges/electron-store-type-errorThe output of `npm run typecheck` is as follows:
The text was updated successfully, but these errors were encountered: