π Search Terms
tsc is not transpiling
π Version & Regression Information
- This changed between versions 5.9.2 and 5.9.3
β― Playground Link
No response
π» Code
π Actual behavior
I tried running tsc -p tsconfig.json with a tsconfig that didn't change. I did add `export * from './adjacent-file.js' in my index.ts.
However, when I downgraded versions to 5.9.2 with pnpm, it worked with no code changes or changes to tsconfig.json.
π Expected behavior
I would have expected that patch versions would not break transpilation behavior.
Additional information about the issue
MacOS 15
Vanilla Mac Terminal
Super simple file structure (2 files index.ts exports everything from the other) in monorepo with pnpm
π Search Terms
tsc is not transpiling
π Version & Regression Information
β― Playground Link
No response
π» Code
// Your code hereπ Actual behavior
I tried running tsc -p tsconfig.json with a tsconfig that didn't change. I did add `export * from './adjacent-file.js' in my index.ts.
However, when I downgraded versions to 5.9.2 with pnpm, it worked with no code changes or changes to tsconfig.json.
π Expected behavior
I would have expected that patch versions would not break transpilation behavior.
Additional information about the issue
MacOS 15
Vanilla Mac Terminal
Super simple file structure (2 files index.ts exports everything from the other) in monorepo with pnpm