mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
8 lines
201 B
JSON
8 lines
201 B
JSON
{
|
|
"extends": "../../tsconfig.test.base",
|
|
"include": ["src/**/__tests__", "src/**/__mocks__"],
|
|
"references": [
|
|
{ "path": "./" },
|
|
{ "path": "../apollo-server-integration-testsuite" }
|
|
]
|
|
}
|