apollo-server/packages/apollo-datasource-rest
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 Only cache successful responses when overriding TTL 2018-08-15 05:47:44 +02:00
.npmignore Apollo Server 2.0 - Caching + RESTDataSource (#1163) 2018-06-14 23:13:33 -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