Beginner TypeScript
Q16 / 100

Which configuration file is used to configure the TypeScript compiler options for a project?

Correct! Well done.

Incorrect.

The correct answer is B) tsconfig.json

B

Correct Answer

tsconfig.json

Explanation

tsconfig.json specifies the root files and compiler options required to compile a TypeScript project.

Progress
16/100