I've got stuck when I try to run server.ts using nodemon and ts-node.
I thought I could run server.ts with nodemon server.ts but it didn't work so I've applied tsconfig file.
So first of all, modify package.json 'start': tsc && nodemon server.js, then it works.