By zhuyeel in error — Oct 26, 2022 TypeError: (0 , cookie_parser_1.default) is not a function 발생 : app.use( cookieParser() );원인 : tsconfig 설정값 누락조치: tsconfig 에 "esModuleInterop": true 추가