justkey007 / tsc-alias

Replace alias paths with relative paths after typescript compilation
MIT License
876 stars 63 forks source link

fix: resolveFullPath adds extension to bare imports when file with th… #218

Closed dvqc closed 3 months ago

dvqc commented 4 months ago

This will fix the issue mentioned in #197 #199 #213 , which adds extensions to module imports when a local file with the same name as the imported module exists.