[Bug]: forceConsole
is missing from ConsoleTransportOptions
type definition
#2495
Labels
forceConsole
is missing from ConsoleTransportOptions
type definition
#2495
🔎 Search Terms
forceConsole, consoleTransportOptions, typescript
The problem
#2276 added a new
forceConsole
option to the console transport but did not include the new property on the type definition forConsoleTransportOptions
. This means you get TypeScript errors when you try and create a new transport with the option.What version of Winston presents the issue?
v3.14.1
What version of Node are you using?
v20.11.0
If this worked in a previous version of Winston, which was it?
No response
Minimum Working Example
Additional information
Needs to be added here:
winston/lib/winston/transports/index.d.ts
Line 11 in b2b79af
The text was updated successfully, but these errors were encountered: