From 10b59adbbbe239289aa7b69b4c3fbbe473812106 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Fri, 21 Jul 2023 14:38:43 +0200 Subject: [PATCH] Removed `jest` from tsconfig types array refs https://github.com/TryGhost/DevOps/issues/45 - this was a mistake resulting from a copy+paste, we don't even use Jest :P --- ghost/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/ghost/tsconfig.json b/ghost/tsconfig.json index e3363fcd79..8711b23ad5 100644 --- a/ghost/tsconfig.json +++ b/ghost/tsconfig.json @@ -36,7 +36,6 @@ // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */ // "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */ "types": [ - "jest", "mocha", "node", ], /* Specify type package names to be included without being referenced in a source file. */