I get error when I try to get the content of meta tag:
document.getElementById('mymetatag').content
in Javascript is works, but typescript say that
Property 'content' does not exist on type 'HTMLElement'
So how to extend the HTMLElement type interface to support content property?