TypeScript(타입스크립트)

TypeScript(타입스트립트) - 기본 설정 방법

낙산암 2022. 3. 27. 20:10

1.Visual studio code 다운로드

 

https://code.visualstudio.com/download

 

Download Visual Studio Code - Mac, Linux, Windows

Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications.

code.visualstudio.com

 

2. VS Code Extension 설치(추가적 설치)

-prettier

-ES lint

-Path intellsense

-Bracket pair colorizer

-Material Icon Theme(프로젝트 아이콘을 좀더 에쁘게)

 

 

3. Node JS (브라우저 밖에서 자바스크립를 실행 하게 할수 있게끔 하는 서버) 설치

 

4. npm install -g typescript  -타입스트립트 컴파일러 설치 

 

5. 아래와 같이 타이핑후 컴파일 및 실행 확인

 

 

6. 위의 logName 에러 잡기.(일종의 에러)

tsc --init 입력후 tsconfig.json 생성 확인