#1375·tsup

[8.5.1] Cannot find module './types.cts'

Author: jlowcsCreated Nov 18, 2025Updated Feb 24, 2026

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';