mirror of
https://github.com/vale981/apollo-server
synced 2025-03-14 23:06:40 -04:00

* 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
9 lines
207 B
JSON
9 lines
207 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"lib": ["es2017", "esnext.asynciterable", "dom"]
|
|
},
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|