Opinionated, simplified types for mongoose.js
-
install this library
yarn add @huddo/mongoose-types npm i @huddo/mongoose-types
-
delete the mongooose types
See the official Mongoose documentation
{ "postinstall": "rm ./node_modules/mongoose/types" }
-
Import these types
Open your
tsconfig.json
file and addtypeRoots
:"compilerOptions": { "typeRoots": ["node_modules/@types", "node_modules/@huddo"], }