{
  "extends": "tsconfig/client.json",
  "compilerOptions": {
    "paths": {
      "@tests/*": ["./tests/*"]
    },
    "types": ["@testing-library/jest-dom", "jest"]
  },
  "include": ["../package.json", "./src", "../shared", "./tests", "./custom.d.ts"]
}
