We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
//partial tsconfig "compilerOptions": { "moduleResolution": "Node16", "module": "Node16", "target": "ES2022", },
TS always throw error cuz default function not as expect when import pino-pretty in dynamic way.
pino-pretty
The text was updated successfully, but these errors were encountered:
suggest, add one line module.exports.PinoPretty= build below to match current index.d.ts
module.exports.PinoPretty= build
index.d.ts
pino-pretty/index.js
Line 170 in 41fdd31
Sorry, something went wrong.
Thanks for reporting! Would you like to send a Pull Request to address this issue?
#484 add PR here
Fixed in #484
No branches or pull requests
TS always throw error cuz default function not as expect when import
pino-pretty
in dynamic way.The text was updated successfully, but these errors were encountered: