{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "rootDir": "./src",
    "outDir": "./dist"
  },
  "include": ["src/**/*"],
    "exclude": [     "**/__tests__",     "**/__mocks__",     "**/*.test.tsx",     "**/*.test.tsx",     "**/*.stories.tsx"   ]
}
