If you're setting up Typescript alias paths — use ~ as the leading character instead of "@."

1. It makes differentiating between local, aliased packages and external packages easier
2. You get better grouping If you're auto-sorting imports
3. You avoid potential conflicts with external packages

Comments