끄적이기 typescript tsconfig.json 참고 사이트 07a 2023. 4. 14. 11:44 https://www.typescriptlang.org/ko/docs/handbook/compiler-options.html Documentation - tsc CLI Options A very high-level overview of the CLI compiler options for tsc www.typescriptlang.org https://darrengwon.tistory.com/109 Typescript 사용 환경 설정, tsconfig의 속성들 Typescript는 js의 슈퍼셋이며 js로 transpile합니다. 동적 타입 언어인 js를 정적 타입 언어로 사용할 수 있게 됩니다. 물론 동적 언어로 발생할 수 있는 에러를 테스트 코드의 커버리지를 높이는 방식 darrengwon.tistory.com https://chanyeong.com/blog/post/35 타입스크립트에서 절대경로(alias) 사용하기! :: chanyeong 개요 요즘 부스트캠프에서 프로젝트를 진행하고 있는데 서버를 타입스크립트로 구현하고 있다. 그런데 설계 과정에서 폴더 및 파일이 나눠지고 import, export하는 과정에서 상대경로를 사용하다 chanyeong.com 공유하기 게시글 관리 개발 공부방 저작자표시 '끄적이기' 카테고리의 다른 글 Blog start (0) 2022.05.05 '끄적이기' Related Articles Blog start