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