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
This problem was raised here: #543 but never resolved, and is still a problem.
When you configure a TypeScript project to use NodeNext modules, then you get a compiler error saying that pino is not a function. I tried many suggestions for different ways to write the import statement, and also using require instead, but so far nothing works.
This problem was raised here: #543 but never resolved, and is still a problem.
When you configure a TypeScript project to use NodeNext modules, then you get a compiler error saying that pino is not a function. I tried many suggestions for different ways to write the import statement, and also using require instead, but so far nothing works.
The simplest reproduction is this source file
My tsconfig.json is
The text was updated successfully, but these errors were encountered: