Moved FS proto objects to own file, and MD tutorial
This commit is contained in:
committed by
Rune Harlyk
parent
a799af360f
commit
485ecb7547
@@ -17,7 +17,7 @@ const pluginPath =
|
||||
path.join(projectRoot, 'node_modules', '.bin', 'protoc-gen-ts_proto.cmd')
|
||||
: path.join(projectRoot, 'node_modules', '.bin', 'protoc-gen-ts_proto')
|
||||
|
||||
const protoFiles = ['message.proto']
|
||||
const protoFiles = ['filesystem.proto', 'message.proto']
|
||||
|
||||
const tsProtoOpts = ['useExactTypes=false', 'outputExtensions=true', 'outputSchema=true'].join(',')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user