From 6a920e090c3206d1f06220e4cdc84d7938485c11 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Mon, 24 Aug 2020 00:32:48 -0400 Subject: [PATCH] Try that --- tsconfig.base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index 28900e26..94dc9a42 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -8,6 +8,6 @@ "esModuleInterop": true, "forceConsistentCasingInFileNames": true, // See https://github.com/DefinitelyTyped/DefinitelyTyped/issues/33311 - "types": ["jest"] + "types": ["node", "jest"] } }