A string literal is missing its closing quote character. This typically occurs when a quote character within the string is not escaped.
TS1002
typescript A string literal is missing its closing quote character. This typically occurs when a quote character within the string is not escaped.