You can declare a alter the global interface and add innerText to the Element interface
innerText
Element interface
declare global { interface Element { innerText: string } }