In some environments (e.g. factorio mods) you want entire libraries to have no resolution (and just use typescript's resolution instead). It would be nice if we could specify something such as noResolvePaths: ["someLib/*"] to no-resolve all imports that starts with someLib.
In some environments (e.g. factorio mods) you want entire libraries to have no resolution (and just use typescript's resolution instead). It would be nice if we could specify something such as
noResolvePaths: ["someLib/*"]to no-resolve all imports that starts withsomeLib.