From 1cd79ba1be41294fc3bfd99f088d41d70f45c3fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Fri, 24 May 2024 14:47:42 +0200 Subject: [PATCH] Fix build of tests --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b2365ea..f98f3aa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,8 @@ "module": "Node16", "target": "ES2022", "lib": [ - "ES2022" + "ES2022", + "DOM" ], "sourceMap": true, "rootDir": "src",