Skip to content

Commit dcb15ad

Browse files
committed
Update technique/mongo using mongoose with Typescript.
1 parent f32d7a3 commit dcb15ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/techniques/mongo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Start by installing the required dependencies:
66

77
```bash
88
$ npm install --save @nestjs/mongoose mongoose
9+
$ npm install --save-dev @types/mongoose
910
```
1011

1112
Once the installation process is complete, we can import the `MongooseModule` into the root `AppModule`.

0 commit comments

Comments
 (0)