backend v4 half
This commit is contained in:
Generated
Vendored
+17
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* These are the default options used by any transformation operation.
|
||||
*/
|
||||
export var defaultOptions = {
|
||||
enableCircularCheck: false,
|
||||
enableImplicitConversion: false,
|
||||
excludeExtraneousValues: false,
|
||||
excludePrefixes: undefined,
|
||||
exposeDefaultValues: false,
|
||||
exposeUnsetFields: true,
|
||||
groups: undefined,
|
||||
ignoreDecorators: false,
|
||||
strategy: undefined,
|
||||
targetMaps: undefined,
|
||||
version: undefined,
|
||||
};
|
||||
//# sourceMappingURL=default-options.constant.js.map
|
||||
Reference in New Issue
Block a user