728x90
TS 파일을 만든다.
변환만 하고싶을 경우
$ tsc hello.ts
변환, 시행 모두 하고싶은 경우
$ npm i -g ts-node
$ ts-node hello.ts
728x90
'Research > Typescript' 카테고리의 다른 글
Typescript_01. 타입 (0) | 2023.02.07 |
---|
TS 파일을 만든다.
변환만 하고싶을 경우
$ tsc hello.ts
변환, 시행 모두 하고싶은 경우
$ npm i -g ts-node
$ ts-node hello.ts
Typescript_01. 타입 (0) | 2023.02.07 |
---|
댓글