concurrently: 여러 명령어를 동시에 실행할 수 있는 도구로, 타입스크립트 컴파일과 서버 실행을 함께 관리할 수 있습니다.

npx concurrently "tsc --watch" "nodemon dist/app.js"