UNPKG

protoc-gen-grpc

Version:

Protocol Buffers Compiler (protoc) plugin for generating grpc interfaces in TypeScript..

17 lines 295 B
{ "compilerOptions": { "target": "ES2017", "module": "commonjs", "sourceMap": true, "rootDir": "src", "outDir": "build", "experimentalDecorators": true, "emitDecoratorMetadata": true }, "include": [ "src/**/*.ts" ], "exclude": [ "node_modules" ] }