mirror of
https://github.com/graphql-hive/console
synced 2026-05-21 08:08:52 +00:00
12 lines
348 B
JSON
12 lines
348 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"esModuleInterop": true,
|
|
"paths": {
|
|
"@hive/server": ["../packages/services/server/src/api.ts"],
|
|
"@hive/storage": ["../packages/services/storage/src/index.ts"]
|
|
}
|
|
},
|
|
"include": ["testkit", "tests", "../node_modules/dockest/dist/@types.d.ts"]
|
|
}
|