console/integration-tests/tsconfig.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"]
}