RootCauseunvalidated
that still fails — tsc traces the re-export back to the source-of-truth file under scripts/ — First attempt was to add a thin re-export shim inside src/ that just re-exports from scripts/. Outcome: Only moving the actual file into src/ satisfies tsc.
15bf48f9-6845-40d1-ad1f-c7bfac647377
that still fails — tsc traces the re-export back to the source-of-truth file under scripts/ — First attempt was to add a thin re-export shim inside src/ that just re-exports from scripts/. Outcome: Only moving the actual file into src/ satisfies tsc.