From fe97868653b45c9d3d7856aaf5dedfecba9a1b01 Mon Sep 17 00:00:00 2001 From: Daniel Reinoso Date: Sat, 4 Nov 2023 12:54:13 -0300 Subject: [PATCH] Fix tests --- tsconfig.test.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tsconfig.test.json b/tsconfig.test.json index 0306760..4a81639 100644 --- a/tsconfig.test.json +++ b/tsconfig.test.json @@ -1,10 +1,12 @@ { - "extends": "./e2e/tsconfig.json", + "extends": "./tsconfig.json", + "compilerOptions": { + "skipLibCheck": true + }, "include": [ "instrumented" ], "exclude": [ - "src", - "node_modules" + "src" ] } \ No newline at end of file