elysiajs / elysia-trpc

A plugin for Elysia that add support for using tRPC
MIT License
20 stars 17 forks source link

🔧fix: exports in package.json #2

Closed bogeychan closed 1 year ago

bogeychan commented 1 year ago

I had to add any in src/index.ts because of a type error during build:

- app.ws<any>(endpoint, {
+ app.ws<any, any>(endpoint, {