Appendix

In this lesson, we will discuss how to configure our TS project locally. Let's begin!

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 initially to lessen the strictness to give you time to adjust the existing code.

Get hands-on with 1200+ tech skills courses.