Las anotaciones de tipo solo se pueden usar en archivos TypeScript.

one solution can be to disable the typescript check. so inside the settings.json
add the below code line

"javascript.validate.enable": false
Lokesh003