Event-Planner / node_modules / mongoose / tsconfig.json
tsconfig.json
Raw
{
  "compilerOptions": {
    "strict": true,
    "strictNullChecks": true,
    "paths": {
      "mongoose" : ["./types/index.d.ts"]
    }
  }
}