Skip to content

Latest commit

History

History
2 lines (2 loc) 路 427 Bytes

compilation-context.md

File metadata and controls

2 lines (2 loc) 路 427 Bytes

Compilation Context

The compilation context is basically just a fancy term for grouping of the files that TypeScript will parse and analyze to determine what is valid and what isn't. Along with the information about which files, the compilation context contains information about which compiler options. A great way to define this logical grouping (we also like to use the term project) is using a tsconfig.json file.