Typescript 설치방법

오마·2022년 6월 25일
0
  1. Node.js 설치
    https://nodejs.org/ko/download/

  2. 프로젝트 폴더에서 터미널 열고 다음을 입력하여 package.json을 생성

  npm init
  1. Typescript 설치
  npm install typescript
  1. ts-node 설치
  npm install -D ts-node
profile
프로그래머

0개의 댓글