2022-10-25 14:12:43 +00:00
|
|
|
{
|
|
|
|
|
"extends": "../tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
2023-02-02 18:35:59 +00:00
|
|
|
"rootDir": "..",
|
2022-10-25 14:12:43 +00:00
|
|
|
"baseUrl": ".",
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"paths": {
|
|
|
|
|
"@hive/server": ["../packages/services/server/src/api.ts"],
|
2023-01-05 10:27:42 +00:00
|
|
|
"@hive/storage": ["../packages/services/storage/src/index.ts"],
|
2023-05-09 08:07:17 +00:00
|
|
|
"@hive/rate-limit": ["../packages/services/rate-limit/src/api.ts"],
|
|
|
|
|
"@app/gql/graphql": ["./testkit/gql/graphql.ts"],
|
|
|
|
|
"@app/gql": ["./testkit/gql/index.ts"]
|
2022-10-25 14:12:43 +00:00
|
|
|
}
|
|
|
|
|
},
|
2022-12-28 09:37:23 +00:00
|
|
|
"include": ["testkit", "tests"]
|
2022-10-25 14:12:43 +00:00
|
|
|
}
|