You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't been able to reduce this to a minimal reproduction yet. I will continue trying but in the interim, any tips that would help debug the issue would be much appreciated.
I'm running tsc --build --watch from one package in a monorepo whose tsconfig.json has references to other packages within the monorepo.
Node v24.18.0
macOS 26.5.2 arm64
Behavior with typescript@6.0.3
Changing files in the package triggers a rebuild.
Behavior with typescript@7.0.2
Changing files in the package does not trigger a rebuild.
Steps to reproduce
I haven't been able to reduce this to a minimal reproduction yet. I will continue trying but in the interim, any tips that would help debug the issue would be much appreciated.
I'm running
tsc --build --watchfrom one package in a monorepo whosetsconfig.jsonhas references to other packages within the monorepo.Node v24.18.0
macOS 26.5.2 arm64
Behavior with
typescript@6.0.3Changing files in the package triggers a rebuild.
Behavior with
typescript@7.0.2Changing files in the package does not trigger a rebuild.
Screen.Recording.2026-07-30.at.13.12.53.mov