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"] } }