I can't find the original issue (if there is one).
const c: "hello" = `hello`
Expected: No error.
Actual: Type 'string' is not assignable to type '"hello"'.
We should just allow people to use NoSubstitutionTemplates the way that they're allowed to use regular strings.