2021-10-08 09:10:48 -07:00
|
|
|
# Build config without drift-specific builders. When running a build in this directory, this file replaces build.yaml,
|
2021-03-09 12:33:54 -08:00
|
|
|
# which is what we want! Our builders depend on generated code, so they break the generated build script at the start of
|
|
|
|
# a build.
|
2021-11-11 05:40:41 -08:00
|
|
|
targets:
|
|
|
|
$default:
|
|
|
|
builders:
|
|
|
|
json_serializable:
|
|
|
|
options:
|
|
|
|
checked: true
|
|
|
|
any_map: true
|
|
|
|
disallow_unrecognized_keys: true
|
|
|
|
field_rename: snake
|
2022-07-29 09:54:41 -07:00
|
|
|
explicit_to_json: true
|