mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00

* Initial basic Micro integration * Wire up health check capabilities * Add playground support; Refactoring * Add custom path support * Add file upload support * Add subscription support * Documentation and formatting updates * Wire up tests * Add Node 10 workaround for file upload testing * Code review changes (docs, naming, formatting) * Adjust exports to line up with other integrations * micro: add graphql to npm install and lines to highlight in docs
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"]
|
|
}
|