We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--traceResolution
TypeScript Version: latest
Code
import { x } from "unresolved-module";
Expected behavior:
Shows the attempts to resolve "unresolved-module".
Actual behavior:
Just says that the module wasn't resolved.
People can always turn on --traceResolution after getting such an error, but that shows the resolution for all modules, which can be pretty long.