{
  "extends": "../../tsconfig.shared.json",
  "compilerOptions": {
    "rootDir": "src",
    "declarationDir": "dist-types"
  },
  "references": [{ "path": "../react" }],
  "include": ["src/**/*"]
}
