From e75a60d43808a97815744829d78ccb93741afd38 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 20 Feb 2026 11:12:58 +0200 Subject: [PATCH] add lib: [dom, esnext] to tsconfig --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 2f3d9354d5..f1b382c8a5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "compilerOptions": { "jsx": "react-jsx", "module": "esnext", + "lib": ["dom", "esnext"], "types": ["node", "jest"], "baseUrl": ".", "paths": {