My configurations currently show the same red squiggly line for Typescript errors and TSLint warnings.
I am using TSLint extension for Visual Studio Code but the con
This will fix your problem.
Add "defaultSeverity": "warning"in tslint.json.
"defaultSeverity": "warning"
Reference: Change underline color to avoid confusion with compiler errors