You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
Did you manage to get it working? esModuleInterop just seems to be ignored in my config.
I saw the issue #89, but different from the title, the TypeScript version was changed to >=1.7 (and also, it looks like the change is not on npm).
Nevermind, I got it working.
The problem was that my config file, .compilerc.json, was not being loaded, probably because of this issue: electron-userland/electron-compile#147.
To get this over with I just renamed the file to .compilerc, and it worked.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The typescript compiler seems to ignore or stomp on this configuration option.
Making this available should reduce ecosystem compatibility problems; I suspect it will address the issues in electron-userland/electron-compile#294.
The text was updated successfully, but these errors were encountered: