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