justkey007 / tsc-alias

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

fix: support tsconfig extends option to be an array #173

Closed ThomasWhyne closed 1 year ago

ThomasWhyne commented 1 year ago

fix ext.startsWith('.') error when extends option set to an array #172

netroy commented 1 year ago

@ThomasWhyne I was just struggling with this issue. Thanks for fixing it ❤️.

@justkey007 Could this be released as 1.8.6, or does it need more testing?