{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "dist",
    "jsx": "react"
  },
  "include": ["./src"],
  "exclude": ["**/__tests__"]
}