{
  "extends": "../../tsconfig.settings",
  "compilerOptions": {
    "outDir": "lib",
    "rootDir": "src",
    "target": "es5",
    "module": "esnext",
    "jsx": "react",
    "allowJs": true,
    "lib": [
      "esnext",
      "dom",
      "dom.iterable"
    ],
    "declaration": true
  },
  "include": [
    "src",
    "types"
  ],
  "references": [
    {
      "path": "../../scaffold/eslint-config-react"
    },
    {
      "path": "../../scaffold/rollup-config-react"
    },
  ]
}
