기록/정리
ts-node 라이브러리란?
코드코코
2021. 10. 18. 23:58
Node.js 상에서 TypeScript Compiler를 통하지 않고도, 직접 TypeScript를 실행할 수 있게 함.
#타입스크립트와 ts-node를 전역설치
npm install -g typescript
npm install -g ts-node