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
Currently, if I try to use this module with the fastify-cli Typescript template, I get the following error:
TS7016: Could not find a declaration file for module 'fastify-prettier'. '/node_modules/fastify-prettier/src/index.js' implicitly has an 'any' type. Try npm i --save-dev @types/fastify-prettier if it exists or add a new declaration (.d.ts) file containing declare module 'fastify-prettier';
It would be good to have the official types for this module.
The text was updated successfully, but these errors were encountered:
Currently, if I try to use this module with the
fastify-cli
Typescript template, I get the following error:It would be good to have the official types for this module.
The text was updated successfully, but these errors were encountered: