I'm trying to inspect the values of a variable on a html template of a Angular component, but i'm getting this message:
Parsing error: "parserOptions.project" has been set for @typescript-eslint/parser. The file does not match your project config: src/main/webapp/app/entities/mesa-diretora/list/mesa-diretora.component.html. The file must be included in at least one of the projects provided. Process finished with exit code -1
I have added extraFileExtensions to .eslintrc.json, to eslint read .html files, but i don't succeeded to read variables inside html template on a Jhipster App.
Is it possible to inspect variables values of a html template from a angular component?
I have tried debug these templates both in Vscode in Intellij Idea, but can't find a solution until now.