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:
parent
19efd7cd9a
commit
10b59adbbb
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user