elm-typescript-interop
elm-typescript-interop copied to clipboard
Ignore unimported modules
trafficstars
In trying to generate types for my project, I faced this error:

See, that file, altho is an invalid module, is not imported anywhere in the project. Or, should I say, it's not reachable from the main module through the import chain, therefore, is not relevant to the project.
So, ideally, elm-typescript-interop would ignore the modules unreachable from the main one.
Thanx!
Thank you for the request! I may not get to this for a while, but I'll keep you posted 👍