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.
- TypeScript Deep Dive
Compilation Context는 컴파일 할 파일이나 컴포넌트의 모음이라고 볼 수 있다. 이러한 모음에는 어떠한 컴파일러 옵션이 적용되고 있는지에 대한 정보를 포함하며, 이러한 logical grouping을 정의하는 것이 바로 tsconfig.json 파일이다.