{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "isolatedModules": false,
    "types": [
      "cypress",
      "@testing-library/cypress",
      "@types/cypress-image-snapshot"
    ]
  },
  "include": ["*", "specs"]
}
