{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "rootDir": "../",
    "outDir": "../dist",
    "noEmit": false,
    "types": ["@testing-library/jest-dom", "jest"]
  },
  "include": ["./src", "./custom.d.ts", "../shared"],
  "exclude": ["**/__mocks__", "**/*.test.*"]
}
