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