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