mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 17:51:40 -05:00

This TEMPORARILY reverts commit 069110b353
,
which was the result of the work done in #1971 by @rkorrelboom.
Unfortunately, we need to put this on ice while we wait for movement on a
package naming conflict. The dialog surrounding this is under way, as
I've explained in the PR:
https://github.com/apollographql/apollo-server/pull/1971#issuecomment-456817749
I'm excited to re-land this in an upcoming version, but there's no reason to
block the 2.4.0 release for it right now.
I will open a new PR with the work from #1971 in due time.
25 lines
1.2 KiB
JSON
25 lines
1.2 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true
|
|
},
|
|
"files": [],
|
|
"include": [],
|
|
"references": [
|
|
{ "path": "./packages/apollo-cache-control/src/__tests__/" },
|
|
{ "path": "./packages/apollo-datasource-rest/src/__tests__/" },
|
|
{ "path": "./packages/apollo-engine-reporting/src/__tests__/" },
|
|
{ "path": "./packages/apollo-graphql/src/__tests__/" },
|
|
{ "path": "./packages/apollo-server/src/__tests__/" },
|
|
{ "path": "./packages/apollo-server-azure-functions/src/__tests__/" },
|
|
{ "path": "./packages/apollo-server-cache-memcached/src/__tests__/" },
|
|
{ "path": "./packages/apollo-server-cache-redis/src/__tests__/" },
|
|
{ "path": "./packages/apollo-server-caching/src/__tests__/" },
|
|
{ "path": "./packages/apollo-server-cloud-functions/src/__tests__/" },
|
|
{ "path": "./packages/apollo-server-core/src/__tests__/" },
|
|
{ "path": "./packages/apollo-server-express/src/__tests__/" },
|
|
{ "path": "./packages/apollo-server-hapi/src/__tests__/" },
|
|
{ "path": "./packages/apollo-server-koa/src/__tests__/" },
|
|
{ "path": "./packages/apollo-server-lambda/src/__tests__/" },
|
|
{ "path": "./packages/apollo-server-micro/src/__tests__/" },
|
|
]
|
|
}
|