mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
17 lines
582 B
JSON
17 lines
582 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "..",
|
|
"baseUrl": ".",
|
|
"esModuleInterop": true,
|
|
"paths": {
|
|
"@hive/server": ["../packages/services/server/src/api.ts"],
|
|
"@hive/storage": ["../packages/services/storage/src/index.ts"],
|
|
"@hive/rate-limit": ["../packages/services/rate-limit/src/api.ts"],
|
|
"@app/gql/graphql": ["./testkit/gql/graphql.ts"],
|
|
"@app/gql": ["./testkit/gql/index.ts"],
|
|
"@hive/schema": ["../packages/services/schema/src/api.ts"]
|
|
}
|
|
},
|
|
"include": ["testkit", "tests", "./expect.ts"]
|
|
}
|