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