From 1d762cd2487c1f4913ba5a82b2cb018bc1718ffd Mon Sep 17 00:00:00 2001 From: Valere Date: Tue, 13 May 2025 11:31:57 +0200 Subject: [PATCH] fixup tsconfig lib for PromiseWithResolvers --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index be12658e..07632f20 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "target": "es2022", "module": "es2022", "jsx": "react-jsx", - "lib": ["es2022", "dom", "dom.iterable"], + "lib": ["es2024", "dom", "dom.iterable"], // From Matrix-JS-SDK "strict": true,