Tip/Linux2026. 1. 9. 23:50
pkg update && pkg upgrade pkg

install nodejs

npm install -g typescript

npm install -g ts-node

 

  • 디렉토리 생성:
    mkdir my-project && cd my-project
  • NPM 초기화: npm init -y
  • TS 설정 파일 생성: tsc --init

실행

ts-node index.ts

Posted by chobocho