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
During import of this plugin using TS and ESM: import * as piscinaPlugin from 'fastify-piscina', I get:
Could not find a declaration file for module 'fastify-piscina'. '../node_modules/fastify-piscina/esm-wrapper.mjs' implicitly has an 'any' type.
There are types at '../node_modules/fastify-piscina/plugin.d.ts', but this result could not be resolved when respecting package.json "exports". The 'fastify-piscina' library may need to update its package.json or typings.ts(7016)
The text was updated successfully, but these errors were encountered:
During import of this plugin using TS and ESM:
import * as piscinaPlugin from 'fastify-piscina'
, I get:The text was updated successfully, but these errors were encountered: