ngtsc seems to tell if the variable is named wrong, but fails to show a different error. See two screenshots.
First screenshot shows things worked correctly. wtf is not a property, so red error line shows, tooltip shows.

I have this extended diagnostic enabled in the tsconfig.json:
https://angular.dev/extended-diagnostics/NG8109
Second screenshot shows in the console, NG8117/NG8109 are being triggered, but it's not showing up in the code as a red error line etc.

ngtsc seems to tell if the variable is named wrong, but fails to show a different error. See two screenshots.
First screenshot shows things worked correctly.

wtfis not a property, so red error line shows, tooltip shows.I have this extended diagnostic enabled in the tsconfig.json:
https://angular.dev/extended-diagnostics/NG8109
Second screenshot shows in the console, NG8117/NG8109 are being triggered, but it's not showing up in the code as a red error line etc.