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.
Collection
[
|
...
]