typeorm에 필요한 모듈 설치
npm init
tsconfig.json 생성 npx tsc --init
npm i morgan nodemon express
npm i typescript ts-node @types/node @types/express @types/morgan
모듈 ++