root: update options for generating TS API (#3833)
This commit is contained in:
12
scripts/api-ts-config.yaml
Normal file
12
scripts/api-ts-config.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
templateDir: /local/scripts/api-ts-templates/
|
||||
additionalProperties:
|
||||
typescriptThreePlus: true
|
||||
supportsES6: true
|
||||
npmName: "@goauthentik/api"
|
||||
fileContentDataType: Blob
|
||||
enumUnknownDefaultCase: true
|
||||
useObjectParameters: true
|
||||
files:
|
||||
README.mustache:
|
||||
templateType: SupportingFiles
|
||||
destinationFilename: README.md
|
||||
Reference in New Issue
Block a user