From 2e927fb6061bc853b8a5c4c8c92032361a1959a8 Mon Sep 17 00:00:00 2001 From: Marco Mura Date: Fri, 21 Feb 2025 16:58:27 -0800 Subject: [PATCH] trying different approach --- e2e/tsconfig.e2e.json | 2 -- 1 file changed, 2 deletions(-) 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/**/*"] }