Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

options.js 208B

1234567891011121314
  1. 'use strict';
  2. /*!
  3. * ignore
  4. */
  5. exports.internalToObjectOptions = {
  6. transform: false,
  7. virtuals: false,
  8. getters: false,
  9. _skipDepopulateTopLevel: true,
  10. depopulate: true,
  11. flattenDecimals: false
  12. };