mirror of
https://github.com/vale981/apollo-server
synced 2025-03-12 22:16:42 -04:00
13 lines
286 B
JSON
13 lines
286 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["**/__tests__", "**/__mocks__"],
|
|
"references": [
|
|
{ "path": "../apollo-server-env" },
|
|
{ "path": "../graphql-extensions" }
|
|
]
|
|
}
|