tsconfig.json

Updated on

The tsconfig.json file is a configuration file that tells the TypeScript compiler how to compile your code. It is a JSON file that contains a list of options that the TypeScript compiler uses to compile your project.

This file is also used to configure path aliases for your project.

Read more about the tsconfig.json file here.