Patch Changes
- #4308
e46fc55Thanks @trevor-scheer! - Point the package'stypesfield atdist/index.d.ts, matching the CJS build output. The previoustypings: esm/index.d.tsreferenced the ESM build's output, which is emitted by a separate tsgo invocation that doesn't coordinate with the CJS project reference graph dependents rely on.tsctolerated the misaligned path by falling back todist/index.d.tsnext tomain;tsgoresolves project references more strictly and surfaced the misalignment as a "Could not find a declaration file" error during cold builds.