mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
* Add ChannelCredential tests * Work on channel credentials * Remove context.context checks * Make call credentials an interface * Write comments for call credentials * fixtures comment in test-channel-credentials * small changes * Address name change comment * define metadata interface * Call credentials * Reorganize channel-credentials file * Composed call credentials tests * Simplified CallCredentials composition * Use async.parallel in call-credentials
13 lines
216 B
JSON
13 lines
216 B
JSON
{
|
|
"extends": "./node_modules/google-ts-style/tsconfig-google.json",
|
|
"compilerOptions": {
|
|
"lib": [ "es6" ]
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"test/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |