Notice how inlay hints correctly show how the inferred return type is `string`, which contradicts the diagnostic. This doesn't happen in VS Code. <img width="1512" alt="image" src="https://github.com/pmizio/typescript-tools.nvim/assets/62502207/388b95d8-3dbf-4223-9ec4-005500084bc8"> If you want to investigate @pmizio, the repro is opening [this file](https://github.com/microsoft/TypeScript/blob/aec9e237815cacb00675f8ef925666e063412e21/src/compiler/emitter.ts).