{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "noImplicitAny": false,
    "noUnusedLocals": false
  },
  "include": ["**/*.test.ts", "**/*.test.tsx"]
}