https://github.com/Automattic/mongoose
Raw File
Tip revision: f7da45e8858814d3cce407b214be1c1802dc3f58 authored by Valeri Karpov on 14 April 2022, 16:34:56 UTC
chore: fix tidelift action
Tip revision: f7da45e
tsconfig.json
{
  "compilerOptions": {
    "paths": {
      "mongoose" : ["./types/index.d.ts"]
    }
  },
  "strictNullChecks": true
}
back to top