Challenge: Strict Compiler Options
Test your understanding of strict compiler options in TypeScript by applying your knowledge to real problems.
We'll cover the following...
In this lesson, we will be addressing problems that require modifications to either the tsconfig.json
or the index.ts
file.
Throughout the challenge, you will come across code snippets that don’t work as intended. These errors might arise due to the absence of a key option in the configuration file, preventing the code from running correctly. Alternatively, some index.ts
files may require modification due to a configuration option ...