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

* koa integration * use koa-bodyparser v3 for node 6 support * use middlewareFromPath instead of koa-router * use async/await in koa fileUploadMiddleware
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"]
|
|
}
|