TypeScript 설치

Screenshot 2023-05-17 at 7.52.05 AM.png

Command 설치

npm i typescript -g

VsCode Plugin 설치

# 개발용으로 사용하는 typescript라는 것을 명시적으로 해주는 옵션
npm i typescript -D
npx tsc --init

#TypeScript #JavaScript