Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 5a4ca45

Browse files
committed
Sprinkle some ts-ignore lines
1 parent f77dace commit 5a4ca45

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Lifecycle.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ See the License for the specific language governing permissions and
1717
limitations under the License.
1818
*/
1919

20+
// @ts-ignore - XXX: tsc doesn't like this: our js-sdk imports are complex so this isn't surprising
2021
import Matrix from 'matrix-js-sdk';
2122
import { InvalidStoreError } from "matrix-js-sdk/src/errors";
2223
import { MatrixClient } from "matrix-js-sdk/src/client";

src/Login.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ See the License for the specific language governing permissions and
1818
limitations under the License.
1919
*/
2020

21+
// @ts-ignore - XXX: tsc doesn't like this: our js-sdk imports are complex so this isn't surprising
2122
import Matrix from "matrix-js-sdk";
2223
import { MatrixClient } from "matrix-js-sdk/src/client";
2324
import { IMatrixClientCreds } from "./MatrixClientPeg";

0 commit comments

Comments
 (0)