justkey007 / tsc-alias

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

js files don't get transpiled when allowJS is true #198

Open futurist opened 1 year ago

futurist commented 1 year ago

when tsconfig.json has allowJS:true, then the emitted files contains many .js files, these files' path don't get transpiled in require() statement.