mirror of
https://github.com/vale981/apollo-server
synced 2025-03-04 17:21:42 -05:00
12 lines
252 B
JSON
12 lines
252 B
JSON
{
|
|
"extends": "../../tsconfig.base",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["**/__tests__", "**/__mocks__"],
|
|
"references": [
|
|
{ "path": "../apollo-server-core" },
|
|
]
|
|
}
|