https://github.com/Automattic/mongoose
Raw File
Tip revision: 008560f6f9cc3c27576c468fc2271bdb92c22842 authored by Valeri Karpov on 25 January 2023, 19:37:26 UTC
chore: release 6.9.0
Tip revision: 008560f
tsconfig.json
{
  "compilerOptions": {
    "strict": true,
    "strictNullChecks": true,
    "paths": {
      "mongoose" : ["./types/index.d.ts"]
    }
  }
}
back to top