forked from CSI-KJSCE/BOS-React-
Commit With Frontend and Backend in MERN
This commit is contained in:
17
backend/node_modules/mongoose/lib/options.js
generated
vendored
Normal file
17
backend/node_modules/mongoose/lib/options.js
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
'use strict';
|
||||
|
||||
/*!
|
||||
* ignore
|
||||
*/
|
||||
|
||||
exports.internalToObjectOptions = {
|
||||
transform: false,
|
||||
virtuals: false,
|
||||
getters: false,
|
||||
_skipDepopulateTopLevel: true,
|
||||
depopulate: true,
|
||||
flattenDecimals: false,
|
||||
useProjection: false,
|
||||
versionKey: true,
|
||||
flattenObjectIds: false
|
||||
};
|
||||
Reference in New Issue
Block a user