An alias is a way to create shortcuts for your imports.
Aliases can help improve the development experience in codebases with many directories or relative imports.
You can add import aliases from either `tsconfig.json` or `jsconfig.json`.
Published on 2023-09-01, last updated on 2024-01-10