When I enable traceResolution in my tsconfig.json file, where can I expect to see the resulting output?
{
"compilerOptions": {
"traceResolution": true,
...
The --traceResolution flag enables reporting of module resolution log messages. You can find more information in the documentation.