mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
All tests now pass with updated error messages that always suggest adding to types array. Fixed baselines for: - tsbuild/moduleResolution: type-reference-resolution test (TheNum error resolved) - tsc/incremental: react-jsx tests (JSX errors reduced from 3 to 1) - tscWatch/resolutionCache: node modules tests (process error resolved) - Multiple error message baselines updated to show new diagnostic messages Co-authored-by: RyanCavanaugh <6685088+RyanCavanaugh@users.noreply.github.com>