I have a small typescript app which is composed of 4-5 typescript files. One of these files is called
interfaces.ts
id
fileStatus
externalParties
fileStatus
name
p.s. error or not the syntactic sugar and the transpilation to JS works without any issues
references to the property but that shouldn't matter, right
Indeed references don't matter. However you should actually trigger a goto definition
to see all the places where it is defined.
WARNING: might be a vscode bug especially if your project has multiple tsconfig.json files.