Using TypeScript Path Aliases
TypeScript path aliases allow you to create shorthand references to directories in your project, making imports cleaner and more maintainable. Instead of using relative paths like ../../components/resistor, you can use aliases like @components/resistor.