에러로그
main.ts:10
app.use(passport.initialize());
TypeError: Cannot read properties of undefined (reading 'initialize')
at bootstrap (프로젝트/main.ts:10:20)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
Nestjs에서 passport 사용중 생긴 에러
해결
tsconfig.json에서 컴파일러옵션에
"esModuleInterop": true,
추가 후 해결