{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "types": [
      "jest"
    ]
  },
  "include": [
    "tests/**/*.spec.tsx",
  ]
}
