I am new to working with VS Code for my Angular 6 project. All my components use templateUrl to define the template location. Everything compiles and runs from the command line and in the dev server every template is delivered ok. The problem is that in VS Code all the templateUrl s are flagged as template cannot be found. But the path to the file is correct.
So can I ignore this lint or block it in some way? I do not wish to add annotations to my file as other members of the team use different IDEs. Or is there a setting somewhere to set the path that it is reading from? I am not sure if this is VS Code or ES lint.