Why does TypeScript not show never type in error when intersecting an object type with a string?
I am trying to understand why TypeScript does not explicitly show a never type in the error messages when intersecting an object type with a string type. Here is my code: