https://github.com/Automattic/mongoose
Raw File
Tip revision: 2db84303bd635352e1f00d482d1c8e0de3e796f8 authored by Valeri Karpov on 04 April 2024, 21:48:33 UTC
docs: quick correction to avoid claiming that an Error is a string
Tip revision: 2db8430
tsconfig.json
{
  "compilerOptions": {
    "strict": true,
    "strictNullChecks": true,
    "paths": {
      "mongoose" : ["./types/index.d.ts"]
    }
  }
}
back to top