UNPKG

@protobuf-ts/plugin

Version:

The protocol buffer compiler plugin "protobuf-ts" generates TypeScript, gRPC-web, Twirp, and more.

15 lines (14 loc) 265 B
{ "$schema": "https://turbo.build/schema.json", "extends": ["//"], "tasks": { "generate": { "dependsOn": ["^build"], "inputs": [ "../proto/**/*.proto", "package.json" ], "outputs": ["descriptors.binpb"] } } }