From 573478a630432b2986473ffec847c8fae8fc51fe Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 20 Mar 2024 15:35:27 +0000 Subject: [PATCH] Fix type inheritance for js-sdk declaration merging Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 6cf23bc377..3ceb867c38 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,6 +22,7 @@ "./node_modules/matrix-react-sdk/src/@types/opus-recorder.d.ts", "./node_modules/matrix-react-sdk/src/@types/png-chunks-extract.d.ts", "./node_modules/matrix-react-sdk/src/@types/sanitize-html.d.ts", + "./node_modules/matrix-react-sdk/src/@types/matrix-js-sdk.d.ts", "./src/**/*.ts", "./src/**/*.tsx", "./test/**/*.ts",