tsconfig.json
The tsconfig.json file in a TypeScript project is a configuration file that specifies how TypeScript should compile your code. It allows you to define the root files, compiler options, and behavior of the TypeScript compiler (tsc).
tsc