vladaman
vladaman
TtRPC
Created by vladaman on 2/4/2024 in #❓-help
Issue with Fastify / tRPC / Angular
We are trying to setup Angular project with tRPC. In Angular we get following error:
Error: node_modules/fastify-plugin/plugin.d.ts:19:114 - error TS2344: Type 'Options' does not satisfy the constraint 'FastifyPluginOptions'.

19 export default function fp<Options>(fn: FastifyPluginCallback<Options>, options?: string): FastifyPluginCallback<Options>;
~~~~~~~

node_modules/fastify-plugin/plugin.d.ts:19:28
19 export default function fp<Options>(fn: FastifyPluginCallback<Options>, options?: string): FastifyPluginCallback<Options>;
~~~~~~~
This type parameter might need an `extends FastifyPluginOptions` constraint.
Error: node_modules/fastify-plugin/plugin.d.ts:19:114 - error TS2344: Type 'Options' does not satisfy the constraint 'FastifyPluginOptions'.

19 export default function fp<Options>(fn: FastifyPluginCallback<Options>, options?: string): FastifyPluginCallback<Options>;
~~~~~~~

node_modules/fastify-plugin/plugin.d.ts:19:28
19 export default function fp<Options>(fn: FastifyPluginCallback<Options>, options?: string): FastifyPluginCallback<Options>;
~~~~~~~
This type parameter might need an `extends FastifyPluginOptions` constraint.
1 replies