From 6bb1b8a64ce177c9b66d33b4bedb1da392ebd91a Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn <100320+knorrium@users.noreply.github.com> Date: Thu, 7 Jul 2022 12:38:16 -0700 Subject: [PATCH] Fix duplicate key in tsconfig --- backend/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/tsconfig.json b/backend/tsconfig.json index 960c693c5..6a1970331 100644 --- a/backend/tsconfig.json +++ b/backend/tsconfig.json @@ -1,6 +1,5 @@ { "compilerOptions": { - "types": ["node"], "module": "commonjs", "target": "esnext", "types": ["node", "jest"],