Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove path aliases from tsconfig #99

Open
tabcat opened this issue Jul 20, 2023 · 1 comment
Open

refactor: remove path aliases from tsconfig #99

tabcat opened this issue Jul 20, 2023 · 1 comment

Comments

@tabcat
Copy link
Member

tabcat commented Jul 20, 2023

After upgrading typescript to v5 the typescript-transform-paths package stopped working. It was used to translate the compilerOptions.paths to relative ones.

I've found a new package, tsc-alias, that supports v5 but it would be better to not use these.
Going to fix this soon by going back to relative paths.

tabcat added a commit that referenced this issue Jul 20, 2023
use tsc-alias which supports v5

Related #99
@tabcat
Copy link
Member Author

tabcat commented Jul 20, 2023

Another option would be to convert to a monorepo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant