{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "outDir": ".",
    "jsx": "react",
    "sourceMap": true
  },
  "include": ["index.ts", "index.tsx", "**/*.ts", "**/*.tsx"],
  "exclude": ["__tests__"]
}
