What is the purpose of the tsconfig.json file in a TypeScript project?
It defines runtime behaviour for TypeScript code.
It specifies compiler options, file inclusions, and TypeScript project configurations.
It replaces all JavaScript configuration files.
It is only required for TypeScript projects larger than 10 files.
This question is part of this quiz :
TypeScript Configuration and Performance