LeDDGroup / typescript-transform-paths

Transforms module resolution paths using TypeScript path mapping and/or custom paths
MIT License
465 stars 22 forks source link

Fix `getRelativePath` behaviour on case-insensitive filesystems #187

Open sammko opened 2 months ago

sammko commented 2 months ago

See commit message for explanation. A more elegant solution can likely be devised but this should take care of most cases. Let me know if I should provide more details or a reproducer.