tsconfig 옵션
모든 타입과 기능들이 기술 되어 있지만 현실 적으로 중요도가 높은 것들 위주로 보는 것이 좋다.
타입스크립트 버전이 올라갈 수록 많은 config 속성들이 추가되고 있다.
// "typeRoots": [], /* List of folders to include type definitions from. */
// "types": [], /* Type declaration files to be included in compilation. */
@types/
로 설치한 폴더의 모든 타입을 읽는다.