apollo-server/packages/apollo-datasource
Martijn Walraven 11a13cd3dd Remove apollo-server-env as a project reference
We can't use `apollo-server-env` as a project reference because that requires `composite: true`, and that implies `declaration: true`, which doesn't work for `apollo-server-env` because we need to write our own declaration files for re-exported imports.

This commit also removes `apollo-engine-reporting-protobuf` as a reference, which errored out because it doesn't actually contain any TypeScript code.
2018-10-05 23:05:49 +02:00
..
src Make initialize method in data sources optional 2018-07-18 16:46:46 -07:00
.npmignore Extract abstract DataSource superclass into apollo-datasource package 2018-07-11 15:29:46 -07:00
package.json Switch to tsc --build and remove run scripts from packages 2018-10-05 17:48:34 +02:00
tsconfig.json Remove apollo-server-env as a project reference 2018-10-05 23:05:49 +02:00