When you are trying to debug why a module isn't being included. You can set traceResolution
to true
to have TypeScript print information about its resolution process for each processed file.
You can read more about this in the handbook.
When you are trying to debug why a module isn't being included. You can set traceResolution
to true
to have TypeScript print information about its resolution process for each processed file.
You can read more about this in the handbook.