Improve error message for missing resolveJsonModule
#25722
Labels
Domain: Error Messages
The issue relates to error messaging
Fixed
A PR has been merged for this issue
Suggestion
An idea for TypeScript
Milestone
TypeScript Version: 3.1.0-dev.20180717
Code
Expected behavior:
Error mentioning that
resolveJsonModule
is not set.Actual behavior:
Unhelpful error:
Cannot find module './foo.json'.
(But it's right there!)The text was updated successfully, but these errors were encountered: