mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-20 16:42:13 +11:00
17 lines
No EOL
490 B
JavaScript
17 lines
No EOL
490 B
JavaScript
/**
|
|
* 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
|