1234567891011121314151617 |
- /**
- * 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
|