You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type 'typeof import("/home/projects/stackblitz-starters-kuphd3r7/node_modules/pino/pino")' has no call signatures.
3 const logger = pino({});~~~~
Found 1 error in src/index.ts:3
The types seems broken in ESM Typescript setup with module resolution set to "node16".
Pino is
commonjs
and normally should work with the project without issues.Here is the reproduction minimal setup.
https://stackblitz.com/edit/stackblitz-starters-kuphd3r7?file=tsconfig.json,src%2Findex.ts
The text was updated successfully, but these errors were encountered: