Does this only work with Winston 2.x?
Maddimax opened this issue · 1 comments
Maddimax commented
Tried it with winston 3.13 but I get errors when trying to add the transport
Type 'LogOutputChannelTransport' is missing the following properties from type 'TransportStream': writable, writableEnded, writableFinished, writableHighWaterMark, and 33 more.ts(2740)
Maddimax commented
Never mind, I had to set esModuleInterop: true in tsconfig.json