{
"extends": "../../tsconfig.base",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./lib"
},
"include": ["./src/**/*"],
"exclude": ["**/__tests__/*", "**/__mocks__/*"],
"references": [
{ "path": "../apollo-env" },
{ "path": "../apollo-tools" },
{ "path": "../apollo-graphql" }
]
}