"devDependencies": {
"@types/express": "^4.17.14",
"@types/node": "^15.3.0",
"prettier": "^2.2.1",
"tsc": "^2.0.3",
"tsc-watch": "^4.2.9",
"typescript": "^4.3.4"
},
대부분,
@types/node와 typescript의 버전이 최신걸로 되면서 문제가 발생함을 알 수 있습니다.
위와 동일하게 버전을 맞추고 업데이트 하지 않도록 하시면 동작될겁니다.