mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
13 lines
253 B
JSON
13 lines
253 B
JSON
![]() |
{
|
||
|
"extends": "../../tsconfig.base",
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "./src",
|
||
|
"outDir": "./dist",
|
||
|
},
|
||
|
"include": ["src/**/*"],
|
||
|
"exclude": ["**/__tests__", "**/__mocks__"],
|
||
|
"references": [
|
||
|
{ "path": "../apollo-server-core" },
|
||
|
]
|
||
|
}
|