diff options
Diffstat (limited to 'typespec/api-server/tspconfig.yaml')
| -rw-r--r-- | typespec/api-server/tspconfig.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/typespec/api-server/tspconfig.yaml b/typespec/api-server/tspconfig.yaml new file mode 100644 index 0000000..78ba744 --- /dev/null +++ b/typespec/api-server/tspconfig.yaml @@ -0,0 +1,8 @@ +output-dir: "{project-root}/tsp-output" +emit: + - "@typespec/openapi3" +options: + "@typespec/openapi3": + openapi-versions: + - "3.0.0" + output-file: openapi.yaml |
