train
to
code
YouTube
TypeScript Compiler Options Quiz
Question 1
What does enabling
strict
in
tsconfig.json
do?
Turns on a family of stricter type-checking options
Disables all errors
Forces CommonJS output only
Removes the need for types