From 77606fc5e155442422afb6d494569d0cdf13c027 Mon Sep 17 00:00:00 2001 From: Clovis Date: Thu, 10 Nov 2022 00:00:37 +0100 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index c9d3b82a7..96bc00f7c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,6 +13,7 @@ "resolveJsonModule": true, "experimentalDecorators": true, "esModuleInterop": true, - "typeRoots": [ "./types", "./node_modules/@types"] + "typeRoots": [ "./types", "./node_modules/@types"], + "types": ["node", "jest", "@testing-library/jest-dom"] } }