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

The purpose of this PR is to remove the `apollo-graphql` package from this repository, to be added to `apollo-tooling` instead. https://github.com/apollographql/apollo-tooling Ref: https://github.com/apollographql/apollo-tooling/pull/1018
13 lines
325 B
JSON
13 lines
325 B
JSON
{
|
|
"extends": "../../tsconfig.base",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["**/__tests__", "**/__mocks__"],
|
|
"references": [
|
|
{ "path": "../graphql-extensions" },
|
|
{ "path": "../apollo-server-core/tsconfig.requestPipelineAPI.json" }
|
|
]
|
|
}
|