I\'m writing a TS language server plugin and need to get the inferred type for an object literal:
const x: TypeA = {};