mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
20 lines
635 B
JSON
20 lines
635 B
JSON
{
|
|
"extends": "../../tsconfig.base",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["**/__tests__", "**/__mocks__", "src/requestPipelineAPI.ts"],
|
|
"references": [
|
|
{ "path": "./tsconfig.requestPipelineAPI.json" },
|
|
{ "path": "../apollo-cache-control" },
|
|
{ "path": "../apollo-datasource" },
|
|
{ "path": "../apollo-engine-reporting" },
|
|
{ "path": "../apollo-server-caching" },
|
|
{ "path": "../apollo-server-errors" },
|
|
{ "path": "../apollo-server-plugin-base" },
|
|
{ "path": "../apollo-tracing" },
|
|
{ "path": "../graphql-extensions" }
|
|
]
|
|
}
|