Closed
Description
If I run tsc -d
on my Typescript source I get the following message:
../../../../../grpc/index.d.ts(69,50): error TS2314: Generic type 'Message<T>' requires 1 type argument(s).
grpc-node version: 1.9.0
Typescript version: 2.7.1
tsconfig.json
compiler options:
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true
}
Metadata
Metadata
Assignees
Labels
No labels