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
This commit is contained in:
Daniel Lockyer 2023-07-21 14:38:43 +02:00 committed by Daniel Lockyer
parent 19efd7cd9a
commit 10b59adbbb

View File

@ -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. */