// Configuration for IDEs only.
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "rootDir": "..",
    "baseUrl": ".",
    "paths": {},
    "types": [
      "jasmine",
      "googlemaps"
    ]
  },
  "include": [
    "./**/*.ts"
  ]
}
