From 05ce442b8e6a99fd37b71fbb257dde4a1e3444cc Mon Sep 17 00:00:00 2001 From: "G.A.JAGUAR" Date: Fri, 30 Jul 2021 23:22:59 -0500 Subject: [PATCH] :wrench: chore(compiler): configure typescript to use supertest types --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 1fe17c5c..def6bbe9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,8 @@ "@types/node", "@types/express", "@types/cors", - "@types/jest" + "@types/jest", + "@types/supertest" ], "noImplicitAny": true },