```ts render() { return html`Web Components are <span>${this.mood}</span>!`; } ``` https://github.com/Polymer/lit-element Lit-element need a html\`string\` but this transformer seems only emit \`string\`
https://github.com/Polymer/lit-element
Lit-element need a html`string` but this transformer seems only emit `string`