add ts-ignore for js-sdk as per comment
This commit is contained in:
parent
00edfc83cd
commit
adc93ca7d6
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ import {MatrixClientPeg} from './MatrixClientPeg';
|
|||
import PlatformPeg from './PlatformPeg';
|
||||
import Modal from './Modal';
|
||||
import { _t } from './languageHandler';
|
||||
// @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 dis from './dispatcher/dispatcher';
|
||||
import WidgetUtils from './utils/WidgetUtils';
|
||||
|
|
Loading…
Reference in a new issue