copykitku/src/vendor/gitlab/codegen.toml

12 lines
215 B
TOML
Raw Normal View History

2021-02-01 15:18:02 +01:00
overwrite = true
schema= 'src/vendor/gitlab/schema.json'
2021-02-01 15:18:02 +01:00
[config]
typesPrefix = 'GL'
namingConvention = { enumValues = 'keep' }
[generates.'src/vendor/gitlab/api-types.ts']
plugins = [
'typescript',
]