Estava tudo certo, quando adicionei o Jquery, na classe View.ts:
protected _elemento: JQuery;
constructor(seletor: string){
this._elemento = $(seletor);
}
Então em this._elemento apresenta o seguinte erro: "Type 'Element' is missing the following properties from type 'JQuery': ajaxComplete, ajaxError, ajaxSend, ajaxStart, and 124 more.ts(2740)"
Não consegui encontrar solução, se puderem me ajudar agradeço.
Segue link do meu projeto: https://github.com/thalleslima8/Alurabank
Obrigado desde já.