Typescript Compiled Language, 정적 타입 언어 Javascript Interpreted Language, 동적 타입 언어 🔥 Typescript -> Compiling -> Javascript Compiled : 컴파일이 필요한 Inter
Compiler Options 최상위 프로퍼티 ✔ compilerOptions type : @types or typeRoots typesRoots : 타입 정의 파일 경로 @types : 패키지 이름 target : 빌드의 결과물
💁♀️ Data Type 데이터가 메모리가 어떻게 저장되고, 처리되어야 하는지 명시적으로 알려주는 것 > literal 값 자체가 변하지 않는 값 기본 자료형 타입 (Primitive Type) Object, Reference 형태가 아닌 실제 값을 저장하는 자