{
  "extends": "../../tsconfig-base.json",
  "include": ["src/**/*.tsx?", "./test/setupAfterEnv.ts"],
  "compilerOptions": {
    "outDir": "./lib",
    "rootDir": ".",
    "jsx": "react",
    "types": ["jest", "@testing-library/jest-dom"]
  },
  "files": ["src/index.ts"]
}
