diff --git a/tsconfig.json b/tsconfig.json index a7fc6fb..160168f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,8 @@ "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, - "noFallthroughCasesInSwitch": true + "noFallthroughCasesInSwitch": true, + "types": ["@testing-library/jest-dom"], }, "include": ["src"], "references": [{ "path": "./tsconfig.node.json" }]