The following line of code causes the extension to report a syntax error and not function properly even though it is valid Typescript. `const inputElement = <HTMLInputElement>document.getElementById('firstName');`
The following line of code causes the extension to report a syntax error and not function properly even though it is valid Typescript.
const inputElement = <HTMLInputElement>document.getElementById('firstName');