Introduction
The tsconfig.json file tells TypeScript how to work on your project. It sets rules and options so your code compiles correctly.
When starting a new TypeScript project to set compiler options.
When you want to include or exclude certain files from compilation.
When you want to change how strict TypeScript checks your code.
When you want to set the output folder for compiled JavaScript files.