swagger-typescript-api
swagger-typescript-api copied to clipboard
Update README.md with --custom-config
Related to https://github.com/acacode/swagger-typescript-api/issues/503 I want to update Readme.md to introduce this option to other user
@BrianTo176 hello, thanks for this pull request! Please switch target branch to the next
@js2me I just changed the target branch on behalf of @BrianTo176 🙃
thanks @smorimoto
Sorry, but it is not clear what exact data should be in the config, config should export an object with options fields?
Like:
export default {
primitiveTypeConstructs: (constructs) => ({
...constructs,
string: {
'date-time': 'Date'
}
}),
}