We are creating our API spec using the following:
SwaggerParser.YAML.stringify(apiSpec)
Since the YAML property isn't included in the Typescript definition file, we have to have the Typescript compiler ignore the definition file entirely to avoid a compile error.
It would be nice if the definition file exposed this property.
We are creating our API spec using the following: SwaggerParser.YAML.stringify(apiSpec)
Since the YAML property isn't included in the Typescript definition file, we have to have the Typescript compiler ignore the definition file entirely to avoid a compile error.
It would be nice if the definition file exposed this property.