Hey all I have a pnpm monorepo with a couple of packages and two next apps. In the next apps 'window' and 'document' arent read by typescript unless I install "@types/web" as a dependency. Works great. The problem is when it's installed my fetch definitions get nuked:
Property 'arrayBuffer' does not exist on type 'Response'.
Property 'arrayBuffer' does not exist on type 'Response'.
Property 'json' does not exist on type 'Response'.
Property 'json' does not exist on type 'Response'.