apollo-server/packages/apollo-server-cloud-function/tsconfig.json
Marcel Miranda Ackerman 724d9ff07d Implementation of Apollo Server 2 for Google Cloud Functions (#1446)
* Initial implementation of Apollo Server 2 for gcf

* First try at running with tests

* Updated naming

* Removed lambda mentions

* Simply use referer

* Updated README

* Updated Changelog

* Renamed gqlApollo to googleCloudApollo

* Added more details

* Removed extra check
2018-08-20 06:35:23 -04:00

9 lines
207 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"lib": ["es2017", "esnext.asynciterable", "dom"]
},
"exclude": ["node_modules", "dist"]
}