Compiler Options
Term side of the Card
Topic: Basics
Unit title: Compiler Options
Categories: Concept
Explanation side of the Card
Explanation: The settings in the `tsconfig.json` file that guide the TypeScript compiler. Options define parameters like target JavaScript version, module system and strictness, affecting output and code checking.