Closed
Description
If I run tsc -d on my Typescript source I get the following message:
node_modules/grpc/index.d.ts:69:50 - error TS2314: Generic type 'Message<T>' requires 1 type argument(s).
69 [name: string]: GrpcObject | typeof Client | Message;
~~~~~~~
grpc-node version: 1.13.0
Typescript version: 2.9.2
tsconfig.json compiler options:
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true
}
I have found this issue had been fixed before - #176
it had been restored back after this commit - abb05f0#diff-84a425dc635cd3214797bf694fad81e8
Metadata
Metadata
Assignees
Labels
No labels