standardnotes-server/packages/grpc/tsconfig.json
Karol Sójko 4f62cac213
feat: add grpc sessions validation server (#928)
* 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
2023-11-16 10:10:42 +01:00

9 lines
150 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"outDir": "./lib",
},
"include": [],
"references": []
}