diff --git a/e2e/tsconfig.e2e.json b/e2e/tsconfig.e2e.json index 98a8bc80..d9254368 100644 --- a/e2e/tsconfig.e2e.json +++ b/e2e/tsconfig.e2e.json @@ -21,8 +21,6 @@ "strictNullChecks": true, "ignoreDeprecations": "5.0", "noUnusedLocals": true, - "typeRoots": ["node_modules/@types", "src/typings/"], - "types": ["jest"] }, "include": ["tests/**/*"] }