From c91a9af7cda7474937ba0ed5ae774846a8fb6933 Mon Sep 17 00:00:00 2001 From: Daniel Tieber Date: Tue, 30 Nov 2021 18:49:00 +0100 Subject: [PATCH] build: add `DOM` to list of TS libraries it's not actually needed but this bug got introduced with jest 27.4: https://github.com/facebook/jest/issues/12098 --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 30a2828..c1d4519 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,8 @@ "module": "commonjs", "inlineSourceMap": true, "lib": [ - "ES2020" + "ES2020", + "DOM" ] }, "include": [