mirror of
https://github.com/vale981/apollo-server
synced 2025-03-08 19:21:40 -05:00

* micro is only supported in node 6 or greater * update dependencies * working Graphiql Server * updated changelog * fix linting errors * adding micro to test suite * added micro example
14 lines
214 B
JSON
14 lines
214 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist"
|
|
]
|
|
}
|