{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "module": "ESNext",
    "target": "ES2019",
    "declaration": true,
    "declarationDir": "dist",
    "jsx": "react",
    "outDir": "dist"
  },
  "exclude": ["node_modules"],
  "include": ["src"]
}
