Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- ServerSentEvent
- 실시간알림
- localStorage
- 성장기
- 개발자
- Node.js기본
- partitioning
- PostgreSQL
- Lag
- 열공하자
- SSE
- node.js란
- node.js
- EventSource
- frontend
- 파티셔닝
- Partition
- mariadb
Archives
- Today
- Total
써치킴의 우당탕탕 개발 블로그
[TypeScript][ch4][TypeScript Compiler] Compilation Context 본문
Compilation Context
컴파일러 컨텍스트에는 어떤 파일에 대한 정보와 컴파일러 옵션에 대한 정보가 포함된다.
어떤 파일에 대한 정보와, 어떤 방식으로 컴파일할건지 분석하고 분석한 파일을 그룹화함.
정의하는 가장 좋은 방법 은 tsconfig.json 파일을 사용하는 것이다.
'TypeScript 합시다' 카테고리의 다른 글
[TypeScript][ch4][TypeScript Compiler] compileOnSave (0) | 2022.02.12 |
---|---|
[TypeScript][ch4][TypeScript Compiler] tsconfig schema (0) | 2022.02.12 |
[TypeScript][Ch3][Type System] 타입 별칭(Type Alias) (0) | 2022.02.10 |
[TypeScript][Ch3][Type System] 타입 호환성(Type Compatibility) (0) | 2022.02.10 |
[TypeScript][Ch3][Type System] Structural Type System vs Nominal Type System (0) | 2022.02.10 |
Comments