4f62cac213
* feat: add grpc sessions validation server * feat: add client implementation on api gateway * fix: response codes * fix: errored response * feat: add configuring grpc as optional service proxy * fix env vars * fix linter issue
9 lines
150 B
JSON
9 lines
150 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"outDir": "./lib",
|
|
},
|
|
"include": [],
|
|
"references": []
|
|
}
|