justkey007 / tsc-alias

Replace alias paths with relative paths after typescript compilation
MIT License
902 stars 62 forks source link

Fixed file extension undefined #151

Closed raouldeheer closed 1 year ago

raouldeheer commented 1 year ago

This pr fixes the issue of the cli input overwriting the config input with undefined

DerHannes85 commented 1 year ago

@raouldeheer / @justkey007 This change did not make it in the last release, was this intended?

compare/v1.8.0...v1.8.1

justkey007 commented 1 year ago

You're right @DerHannes85, it was during formatting that I made this mistake by overwriting the contents of the config.ts file when my code editor asked me to because the file was being modified. I will correct that now.