mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
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
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@
|
||||||
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
|
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
|
||||||
// "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */
|
// "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */
|
||||||
"types": [
|
"types": [
|
||||||
"jest",
|
|
||||||
"mocha",
|
"mocha",
|
||||||
"node",
|
"node",
|
||||||
], /* Specify type package names to be included without being referenced in a source file. */
|
], /* Specify type package names to be included without being referenced in a source file. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue