Strict Compiler Option in Typescript
The Strict compiler option enforces the strict type checking in TypeScript by enabling all the strict type rules under the strict family. The helps us to enable strict type checking without having to enable each compiler option separately. Note that future Typescript versions may introduce additional stricter checking options & enable them by default under this flag.