You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To eliminate two files definition by users (proto.file and typescript) we can create a tool to automatically generate typescript interfaces/classes from a proto file and add it, for example, to CLI.
Implement auto-generated typescript interfaces and classes from proto files. This should automatically discover and watch proto files.
PR: #17 #18 #22