copy-with-imports
copy-with-imports copied to clipboard
On windows if the path ends up absolute it has the wrong path seperators
e.g.

I suspect getRelativePath only converts the slash in one place: https://github.com/stringham/copy-with-imports/blob/master/src/pathresolver.ts#L55
I would suggest either always replacing all back slashes or even using if (path.seperator is backslash then replace).
Are you still looking at this project, would you accept a PR?
Yeah, I would accept a PR