{
  "extends": "tsconfig/react-library.json",
  "compilerOptions": {
    "jsx": "react"
  },
  "include": ["."],
  "exclude": ["dist", "build", "node_modules"]
}