https://github.com/Automattic/mongoose
Raw File
Tip revision: cb757f3538532d454fea6f50d758877e0f45e6c9 authored by Daniel Diaz on 02 May 2022, 21:24:16 UTC
works now
Tip revision: cb757f3
tsconfig.json
{
  "compilerOptions": {
    "strictNullChecks": true,
    "paths": {
      "mongoose" : ["./types/index.d.ts"]
    }
  }
}
back to top