goetzrobin
TS4111: Property 'error' comes from an index signature, so it must be accessed with ['error'].
From what I understand skipLibCheck works by checking
.d.ts
files, not .ts
files. I will check my config and see why the .ts
files from the node_modules
are considered.
Can you help me understand why they are included? I am just curious what the reason for that is7 replies
Nitro and tRPC in vercel-edge
Thanks for getting back to me! I haven’t found a solution/fix for this as it’s really hard to debug since this only happens in said edge environment.
In theory the vercel edge should be supported as mentioned in the docs: https://trpc.io/docs/server/adapters/fetch. But I haven’t had any luck so far. If I find anything I’ll open an issue/PR
6 replies