The TypescriptTarget
class is a subclass of Target
that is used to configure the code generation for Typescript.
- Required
Set the language
field to "typescript"
to generate Typescript code.
- Required
The path
field is a string that specifies the path to generate the code.
- Optional
- Possible values:
snake
,camel
,pascal
The propertyFormat
field is a string that specifies the format of the property names.
If not given, jtd-codegen will handle the property names as they are.