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

* Add correct project references for `apollo-server-cloud-functions`. The `apollo-server-cloud-functions` has been been mis-referenced (or referenced inconsistently) since its original inception in #1446 when its package directory was `apollo-server-cloud-function` (singular!) and the `package.json` referenced the plural form (`apollo-server-cloud-functions`): https://github.com/apollographql/apollo-server/commit/724d9ff0#diff-e1d725fd66f7e9ef5251abf0437a09ca These references have been mostly fixed in the READMEs and supporting documentation, but the underlying monorepo directory structure has still not been fixed, which I'm sure contributed to this module being overlooked and unreferenced in the move to TypeScript project references in #1772. Additionally, the lack of referencing in the monorepo's TS config has resulted in it being broken in the most recent 2.2.0 release, as reported by @pyros2097 and @thetre97 in: https://github.com/apollographql/apollo-server/pull/1896#issuecomment-436994955 This should fix that by properly adding the TypeScript project references. * Sorting.
31 lines
1.2 KiB
JSON
31 lines
1.2 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-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" },
|
|
]
|
|
}
|