How to configure and resolve path alias with a Typescript Project
What is a path alias? Path alias is a way to define an absolute path in your typescript project with a word, path or a character. a very common syntax you will see is replacing the src directory with @ The advantage of using a path alias is that you no longer need to use…