Use TypeScript absolute paths #267
Labels
dependency-fix
Need to wait for a dependency fix
feature-request
Contains a feature/enhancement request
opened-pull-request
When a linked PR was opened
parcel
Related to parcel
waiting
Manual stale. Should have an explicit reason in the comments.
Milestone
Is your feature request related to a problem? Please describe.
To improve imports and reduce changes in case of refactoring, using absolute paths for TypeScript would be better.
Describe the solution you'd like
Configure TypeScript to use the custom paths.
The refactor of all existing paths is not required, both could live in the project together but at least the new paths could be only absolute (most IDE will only allow absolute paths anyway).
Additional context
Make sure that the tests, the lint, the compiler and the builder are all working with absolute paths.
The text was updated successfully, but these errors were encountered: