-
Notifications
You must be signed in to change notification settings - Fork 11
/
tsconfig.test.json
24 lines (24 loc) · 1011 Bytes
/
tsconfig.test.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"compilerOptions": {
"composite": true
},
"files": [],
"include": [],
"references": [
{ "path": "packages/createHash/src/__tests__" },
{ "path": "packages/dropUnusedDefinitions/src/__tests__" },
{ "path": "packages/fetcher/src/__tests__" },
{ "path": "packages/generate-persisted-query-manifest/src/__tests__" },
{ "path": "packages/jestGraphQLASTSerializer/src/__tests__" },
{ "path": "packages/keyvAdapter/src/__tests__" },
{ "path": "packages/keyValueCache/src/__tests__" },
{ "path": "packages/logger/src/__tests__" },
{ "path": "packages/operationRegistrySignature/src/__tests__" },
{ "path": "packages/persisted-query-lists/src/__tests__" },
{ "path": "packages/printWithReducedWhitespace/src/__tests__" },
{ "path": "packages/removeAliases/src/__tests__" },
{ "path": "packages/stripSensitiveLiterals/src/__tests__" },
{ "path": "packages/usageReporting/src/__tests__" },
{ "path": "packages/withRequired/src/__tests__" }
]
}