https://github.com/Automattic/mongoose
Raw File
Tip revision: b721f54d694bb9d6af06cda25f0dce34a05aa1a2 authored by Valeri Karpov on 06 October 2023, 20:21:23 UTC
chore: release 7.6.0
Tip revision: b721f54
tsconfig.json
{
  "compilerOptions": {
    "strict": true,
    "strictNullChecks": true,
    "paths": {
      "mongoose" : ["./types/index.d.ts"]
    }
  }
}
back to top