You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users don't need to write imports as import { MyComponent } from "../../../../../../../../components"; and change them in many places whenever a files moves.
I have attempted this here: #2457
I'll edit the description to properly explain the problems. Until then, use this PR as the source of truth.
Thanks for mentioining this, @JakeLo123!
The text was updated successfully, but these errors were encountered:
Reported in version 0.16.2
Allow users to define path aliases in their
tsconfig.json
files, For example:This is useful becuase:
import { MyComponent } from "../../../../../../../../components";
and change them in many places whenever a files moves.I have attempted this here: #2457
I'll edit the description to properly explain the problems. Until then, use this PR as the source of truth.
Thanks for mentioining this, @JakeLo123!
The text was updated successfully, but these errors were encountered: