===== TypeScript 시작하기 ===== - 설치 npm install -g typescript - 설치 목록 확인 macOS의 경우 /usr/local/lib/node_modules에 모듈이 설치되는 위치입니다.npm list -g npm root -g // 모듈설치위치 - tsconfig.json이 없는 경우 생성 할 때 tsc --init - tslint설치 npm install -g tslint
npm install -g typescript
npm list -g npm root -g // 모듈설치위치
tsc --init
npm install -g tslint