mirror of
https://github.com/vale981/apollo-server
synced 2025-03-17 08:16:40 -04:00

* initial implementation of aws lambda integration for apollo server 2 * ApolloServer class * package.json cleanup * parse json of body * createHandler function, complete README * cors options * update readme * lambdaApollo tests * fix tests
8 lines
153 B
JSON
8 lines
153 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist"
|
|
},
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|