Beginner
TypeScript
Q32 / 100
What does "npx tsc --init" do?
Correct! Well done.
Incorrect.
The correct answer is B) Generates a default tsconfig.json file
B
Correct Answer
Generates a default tsconfig.json file
Explanation
"tsc --init" creates a tsconfig.json file with default compiler options in the current directory.
Progress
32/100