apollo-server/tsconfig.build.json
Jesse Rosenberger e971bdf8b4
TEMP: Revert "feat(Fastify) Apollo server Fastify integration #626 (#1971)"
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.
2019-02-07 12:56:03 +02:00

32 lines
1.3 KiB
JSON

{
"compilerOptions": {
"composite": true
},
"files": [],
"include": [],
"references": [
{ "path": "./packages/apollo-cache-control" },
{ "path": "./packages/apollo-datasource" },
{ "path": "./packages/apollo-datasource-rest" },
{ "path": "./packages/apollo-engine-reporting" },
{ "path": "./packages/apollo-graphql" },
{ "path": "./packages/apollo-server" },
{ "path": "./packages/apollo-server-azure-functions" },
{ "path": "./packages/apollo-server-cache-memcached" },
{ "path": "./packages/apollo-server-cache-redis" },
{ "path": "./packages/apollo-server-caching" },
{ "path": "./packages/apollo-server-cloud-functions" },
{ "path": "./packages/apollo-server-cloudflare" },
{ "path": "./packages/apollo-server-core" },
{ "path": "./packages/apollo-server-errors" },
{ "path": "./packages/apollo-server-express" },
{ "path": "./packages/apollo-server-hapi" },
{ "path": "./packages/apollo-server-koa" },
{ "path": "./packages/apollo-server-lambda" },
{ "path": "./packages/apollo-server-micro" },
{ "path": "./packages/apollo-server-plugin-base" },
{ "path": "./packages/apollo-server-testing" },
{ "path": "./packages/apollo-tracing" },
{ "path": "./packages/graphql-extensions" },
]
}