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