{
  "extends": "../../tsconfig-base.json",
  "compilerOptions": {
    "outDir": "./lib",
    "target": "ESNext",
    "noEmit": false,
    "rootDir": "src",
    "jsx": "react"
  },
  "include": ["src/"],
  "exclude": ["**/__tests__"]
}
