ref(TS) Remove unnecessary ts-ignores (#12412)

Remove ts-ignores that are no longer needed because of tsconfig.web.json
Change ts-ignore to ts-expect-error for files outside react/features
This commit is contained in:
Robert Pintilii
2022-10-19 11:42:54 +03:00
committed by GitHub
parent 440339dea8
commit 3eecf8063f
51 changed files with 35 additions and 99 deletions

View File

@@ -1,8 +1,7 @@
/* eslint-disable lines-around-comment */
import React, { Component } from 'react';
import { WithTranslation } from 'react-i18next';
// @ts-ignore
// @ts-expect-error
import { connect } from '../../../../../connection';
import { IState, IStore } from '../../../app/types';
import { IJitsiConference } from '../../../base/conference/reducer';