https://github.com/Automattic/mongoose
Raw File
Tip revision: 8831f031f3d759802422f15d8602922f4def31d7 authored by Valeri Karpov on 17 October 2023, 13:42:52 UTC
chore: release 7.6.3
Tip revision: 8831f03
tsconfig.json
{
  "compilerOptions": {
    "strict": true,
    "strictNullChecks": true,
    "paths": {
      "mongoose" : ["./types/index.d.ts"]
    }
  }
}
back to top