-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PINO
BUG] wrong export of types in pino
package
#680
Comments
could be caused by DefinitelyTyped/DefinitelyTyped#57023 will check soon |
Having this problem too |
me too |
@tomtastico @tomoat "+1" on the first message is enough |
OK, so pino-team had decided to move the types from Subscribe to this issue and switch As this is not a bug of the current library I'm closing, but will pin it until it's fixed. |
PINO
BUG] wrong export of types in pino
package
@iamolegga pinojs/pino#1193 (comment) it's been fixed |
@FredericEspiau thanks, already seen this too. Will check soon |
It looks like not everything was fixed https://github.com/iamolegga/nestjs-pino/runs/4361882493?check_suite_focus=true |
finally, all the types are fixed in v2.4.0. Big thanks to @jarcodallo . Unpinning this issue |
Thanks for the awesome work |
[x] I've read the docs of nestjs-pino
[x] I've read the docs of pino
[x] I couldn't find the same open issue of nestjs-pino
What is the current behavior?
When
skipLibCheck
is disabled intsconfig.json
compilation fails.What is the expected behavior?
Library should work independently from
skipLibCheck
config flag.Please provide minimal example repo. Without it this issue will be closed
https://github.com/antspk/nestjs-pino-bug
Please mention other relevant information such as Node.js version and Operating System.
node v16.13.0
macos 12.0.1
The text was updated successfully, but these errors were encountered: