diff options
Diffstat (limited to 'openapi/config.json')
-rw-r--r-- | openapi/config.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openapi/config.json b/openapi/config.json new file mode 100644 index 0000000..cbce309 --- /dev/null +++ b/openapi/config.json @@ -0,0 +1,6 @@ +{ + "ngVersion": "12.1.0", + "modelFileSuffix": ".model", + "fileNaming": "camelCase", + "enumPropertyNaming": "UPPERCASE" +} |