Describe the bug
In templates, the typescript comments are available but shouldn't
To Reproduce
yaml`
# this is a yaml comment
// this is a typescript comment
`
Results in
# this is a yaml comment
// this is a typescript comment
Expected behavior
The typescript comment should not be grey in .ts files in templates