Introduction

In this lesson, we will talk about strictness of typing and see how to enable strict flags.

We'll cover the following...

Overview

The TypeScript compiler is very configurable. There are tens of options that regulate different aspects of type checking and compilation. In this chapter, we’re going to look at some of the compiler flags that let you decide how strict the compiler should be when ...