particle-os-schema/tspconfig.yaml
2024-05-12 12:16:30 +03:00

17 lines
No EOL
920 B
YAML

# extends: ../tspconfig.yaml # Extend another config file
emit: # Emitter name
- "@typespec/json-schema"
options: # Emitter options
"@typespec/json-schema":
file-type: json
int64-strategy: string
# environment-variables: # Environment variables which can be used to interpolate emitter options
# <variable-name>:
# default: "<variable-default>"
# parameters: # Parameters which can be used to interpolate emitter options
# <param-name>:
# default: "<param-default>"
# trace: # Trace areas to enable tracing
# - "<trace-name>"
# warn-as-error: true # Treat warnings as errors
# output-dir: "{project-root}/_generated" # Configure the base output directory for all emitters