사용자 도구

사이트 도구


typescript:first

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
typescript:first [2018/08/03 14:05] taekgutypescript:first [2025/04/15 10:05] (현재) – 바깥 편집 127.0.0.1
줄 1: 줄 1:
 ===== TypeScript 시작하기 ===== ===== TypeScript 시작하기 =====
   - 설치 <code bash>npm install -g typescript</code>   - 설치 <code bash>npm install -g typescript</code>
-  - 설치 목록 확인 <wrap><code bash>npm list -g</code+  - 설치 목록 확인<wrap> 
-    macOS의 경우 /usr/local/lib/node_modules에 모듈이 설치되는 위치입니다.+macOS의 경우 /usr/local/lib/node_modules에 모듈이 설치되는 위치입니다.</wrap><code javascript>npm list -g 
 +npm root -g // 모듈설치위치</code>
   - tsconfig.json이 없는 경우 생성 할 때 <code bash>tsc --init</code>   - tsconfig.json이 없는 경우 생성 할 때 <code bash>tsc --init</code>
   - tslint설치 <code bash>npm install -g tslint</code>   - tslint설치 <code bash>npm install -g tslint</code>
typescript/first.1533305116.txt.gz · 마지막으로 수정됨: 2025/04/15 10:05 (바깥 편집)