2016-06-10 17:05:39 -07:00
|
|
|
{
|
2018-10-05 21:48:49 +02:00
|
|
|
"extends": "../../tsconfig.base",
|
2016-06-10 17:05:39 -07:00
|
|
|
"compilerOptions": {
|
2016-06-10 20:47:22 -04:00
|
|
|
"rootDir": "./src",
|
2018-08-11 15:13:53 +02:00
|
|
|
"outDir": "./dist"
|
2016-06-10 17:05:39 -07:00
|
|
|
},
|
2018-01-09 00:08:01 +01:00
|
|
|
"include": ["src/**/*"],
|
2018-10-07 18:23:27 +02:00
|
|
|
"exclude": ["**/__tests__", "**/__mocks__", "src/requestPipelineAPI.ts"],
|
2018-10-05 17:47:29 +02:00
|
|
|
"references": [
|
2018-10-07 18:23:27 +02:00
|
|
|
{ "path": "./tsconfig.requestPipelineAPI.json" },
|
2018-10-05 17:47:29 +02:00
|
|
|
{ "path": "../apollo-cache-control" },
|
|
|
|
{ "path": "../apollo-datasource" },
|
|
|
|
{ "path": "../apollo-engine-reporting" },
|
|
|
|
{ "path": "../apollo-server-caching" },
|
|
|
|
{ "path": "../apollo-server-errors" },
|
2018-10-06 06:59:32 +02:00
|
|
|
{ "path": "../apollo-server-plugin-base" },
|
2018-10-05 17:47:29 +02:00
|
|
|
{ "path": "../apollo-tracing" },
|
|
|
|
{ "path": "../graphql-extensions" }
|
|
|
|
]
|
2016-06-10 17:05:39 -07:00
|
|
|
}
|