Import request typings

to tell tsc about _Request which has abort()
This commit is contained in:
David Baker 2022-05-10 18:09:17 +01:00
commit b7df8019f0
3 changed files with 30 additions and 1 deletions

View file

@ -15,4 +15,3 @@ limitations under the License.
*/
import "matrix-js-sdk/src/@types/global";
import "matrix-js-sdk/src/@types/partials";