I'm getting a typescript error when updating from 8.5.0 to 8.5.1:
node_modules/tsup/dist/index.d.ts:3:41 - error TS2307: Cannot find module './types.cts' or its corresponding type declarations.
3 import { SectionedSourceMapInput } from './types.cts';