justkey007 / tsc-alias

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

Enable baseUrl replacer only when baseUrl option is set in tsconfig.json #170

Closed Jokero closed 1 year ago

Jokero commented 1 year ago

Closes https://github.com/justkey007/tsc-alias/issues/169

Jokero commented 1 year ago

@justkey007 I've pushed npm install in project23. Btw, I cannot run tests with the default setup, because it says that tsc-alias: command not found. So pnpm linking is not working for me. Is there any good reason to not use only npm?

Can you also enable workflow checks for all PRs without manual approval? Isn't it totally free?