UNPKG

@tsed/json-mapper

Version:
9 lines (8 loc) 207 B
/** * Default runtime settings applied by the JSON mapper pipeline. */ export const JsonMapperSettings = { disableUnsecureConstructor: true, additionalProperties: false, strictGroups: false };