{
  "extends": "./types/tsconfig.json",
  "compilerOptions": {
    "baseUrl": ".",
    "rootDir": "./types",
    "paths": {
      "jest-fetch-mock": [
        "./"
      ]
    }
  }
}