{
  "compilerOptions": {
    "strictNullChecks": true,
    "paths": {
      "mongoose" : ["./types/index.d.ts"]
    }
  },
  "include": ["types/*"]
}
