Currently, I am trying to edit a piece of typescript code in Visual Studio Code. However, I encountered a compiler error message that looks like this:
The error states: Type 'import(\"c:/path/to/project/node_modules/@com.m...' is not assignable to type
'import(\"c:/path/to/project/node_modules/@com.m...'. It seems there are two different types with the same name,
but they are unrelated.
I would like to know what configuration settings I need to adjust to display the full paths for the imports in the compiler error message.