https://github.com/Automattic/mongoose
Raw File
Tip revision: b0043b7be02f846bb224e2332be0867aec058904 authored by Valeri Karpov on 07 June 2022, 16:53:45 UTC
chore: release 6.3.6
Tip revision: b0043b7
tsconfig.json
{
  "compilerOptions": {
    "strictNullChecks": true,
    "paths": {
      "mongoose" : ["./types/index.d.ts"]
    }
  }
}
back to top