TypeScript - 기초2

TypeScript

Dependency
1. 글로벌설치

$ npm i typescript -g

2.로컬설치

$ npm i typescript --save-dev

Setup

$ tsc --init

Compiling
#for local tsc
npx tsc
#or
tsc
#만약 npm install -D ts-node로 설치한 경우 바로 결과를 볼 수 있다.
ts-node '프로젝트명'.ts

참고 hopsprings2.log

좋은 웹페이지 즐겨찾기