This website requires JavaScript.
Explore
Help
Sign in
hiro
/
apollo-server
Watch
1
Star
0
Fork
You've already forked apollo-server
0
mirror of
https://github.com/vale981/apollo-server
synced
2025-03-04 17:21:42 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1ccef23906
apollo-server
/
tsconfig.test.json
7 lines
94 B
JSON
Raw
Normal View
History
Unescape
Escape
Upgrade ts-jest and fix config
2018-10-05 23:43:46 +02:00
{
Remove `jest` types from `tsconfig.base` and add it to test configs
2018-10-09 12:02:11 +02:00
"extends"
:
"./tsconfig.base"
,
"compilerOptions"
:
{
"types"
:
[
"node"
,
"jest"
]
,
}
Upgrade ts-jest and fix config
2018-10-05 23:43:46 +02:00
}
Reference in a new issue
Copy permalink