protoc-gen-grpc
Version:
Protocol Buffers Compiler (protoc) plugin for generating grpc interfaces in TypeScript..
19 lines • 339 B
JSON
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"sourceMap": false,
"allowJs": true,
"rootDir": "src",
"outDir": "build",
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"include": [
"src/**/*.ts",
"typings/**/*.d.ts"
],
"exclude": [
"node_modules"
]
}