Import Shortcuts
In this lesson, you will discuss how to use a simplified importation of a module.
We'll cover the following...
What is an import shortcut?
TypeScript’s configuration can create shortcuts to specific areas of the code. A shortcut can be useful in a situation where many imports are deep in another branch of the code which requires a lot of navigating; for example /../../../../...
.
Configuration
To set up a ...