A checklist for your `tsconfig.json`
Briefly

The option 'extends' allows us to refer to an existing tsconfig.json, thus enabling us to maintain a base configuration that can be overridden as needed.
In TypeScript, the 'files', 'include', and 'exclude' options help specify which input files will be processed, facilitating better project structure.
Read at 2ality
[
|
]