Closed
Description
@sheetalkamat - I am trying this out and noticed that it doesn't work in the case of things that are imported from the outDir rather than the src (in the case of a monorepo):
For a quick way to verify this, I prepared a monorepo for you to check it out:
https://github.com/kenotron/TypeScriptMonoRepo/tree/ts3.7
Things work okay if you do "yarn && yarn build", but if I understand this feature, it is meant to address the case where you can start editing in VS Code with Intellisense even before having to build something because we're traversing source rather than output.
Originally posted by @kenotron in #32028 (comment)