Default values as defined in index.ts

This commit is contained in:
Paolo Ceschi Berrini 2020-01-15 16:47:08 +01:00
parent ee9a4a2605
commit f42e3163c7

View File

@ -32,7 +32,7 @@ export function getDefaultGenerationOptions(): IGenerationOptions {
convertCaseFile: "pascal",
convertCaseEntity: "pascal",
convertCaseProperty: "camel",
convertEol: EOL,
convertEol: EOL === "\n" ? "LF" : "CRLF",
propertyVisibility: "none",
lazy: false,
activeRecord: false,