{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "rootDir": ".",
    "baseUrl": "./src",
    "jsx": "react-jsx"
  },
  "exclude": ["__tests__", "jest.config.ts"]
}
