1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-07 21:23:00 +03:00

Sprinkle some ts-ignore lines

This commit is contained in:
J. Ryan Stinnett
2020-10-07 17:18:19 +01:00
parent f77dace173
commit 5a4ca4578a
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// @ts-ignore - XXX: tsc doesn't like this: our js-sdk imports are complex so this isn't surprising
import Matrix from 'matrix-js-sdk';
import { InvalidStoreError } from "matrix-js-sdk/src/errors";
import { MatrixClient } from "matrix-js-sdk/src/client";