Load proto files with json option to handle Any properly

This commit is contained in:
Michael Lumish 2020-08-25 10:54:56 -07:00
parent 302b87183e
commit ee52de4f98
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ function loadAdsProtos(): Promise<
enums: String,
defaults: true,
oneofs: true,
json: true,
includeDirs: [
// Paths are relative to src/build
__dirname + '/../../deps/envoy-api/',