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