console/integration-tests/tsconfig.json
2023-02-02 19:35:59 +01:00

14 lines
399 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"]
}
},
"include": ["testkit", "tests"]
}