It's the fact that types are no longer
It's the fact that types are no longer found in the rest of the codebase if extending from Cloudflare.Env AND if there is a durable object in there that imports (e.g.
You're unable to jump to the typedef, and typescript/IDE throws up errors as they cannot be resolved. Its not possible to cmd + click into the type any longer. I'm using Typescript v5.7.3
ORGANISATION_PERFORMANCE_REPORT: DurableObjectNamespace<import("./workers/app").organisationPerformanceReportDO>;). You're unable to jump to the typedef, and typescript/IDE throws up errors as they cannot be resolved. Its not possible to cmd + click into the type any longer. I'm using Typescript v5.7.3

