mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 22:47:17 +00:00
13 lines
344 B
JSON
13 lines
344 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2021",
|
|
"lib": ["es2021", "dom"],
|
|
"types": ["node", "cypress"],
|
|
"baseUrl": "..",
|
|
"paths": {
|
|
"@hive/api/*": ["./packages/services/api/src/*"],
|
|
"@hive/server/*": ["./packages/services/server/src/*"]
|
|
}
|
|
},
|
|
"include": ["**/*.ts", "../integration-tests/testkit/**/*.ts"]
|
|
}
|