Appendix
In this lesson, we will discuss how to configure our TS project locally. Let's begin!
We'll cover the following...
Before beginning a project locally, you must first configure TypeScript. TypeScript allows flexibility in the rigidity of how it performs strictness. For this course, you can assume that the project is new, hence you will start with the highest level of strictness. However, if you implement TypeScript inside a JavaScript project, it might be a good idea ...