{
  "extends": "../../../tsconfig.json",
  "include": [
    "__tests__/**/*.ts",
    "__tests__/**/*.tsx",
    "examples/**/*.ts",
    "examples/**/*.tsx",
    "src/**/*.ts",
    "src/**/*.tsx"
  ],
  "compilerOptions": {
    "baseUrl": ""
  }
}
