{
  "compilerOptions": {
    "target": "ESNext",
    "useDefineForClassFields": true,
    "lib": [
      "DOM",
      "DOM.Iterable",
      "ESNext"
    ],
    "allowJs": false,
    "skipLibCheck": false,
    "esModuleInterop": false,
    "allowSyntheticDefaultImports": true,
    "strict": true,
    "forceConsistentCasingInFileNames": true,
    "module": "ESNext",
    "moduleResolution": "Node",
    "resolveJsonModule": true,
    "isolatedModules": true,
    "noEmit": true,
    "jsx": "react-jsx",
    "outDir": "dist/types",
    "declaration": true,
    "declarationMap": true
  },
  "include": [
    "./src"
  ],
  "exclude": [
    "src/**/*.stories.tsx",
    "src/common/admin",
    "src/common/text-editor",
    "src/common/ace-editor",
    "src/common/auth",
    "src/common/billing",
    "src/common/charts",
    "src/common/contact",
    "src/common/custom-page",
    "src/common/datatable",
    "src/common/notifications",
    "src/common/recaptcha",
    "src/common/seo",
    "src/common/swagger",
    "src/common/users",
    "src/common/workspace",
    "src/common/core/common-provider.tsx",
    "src/common/core/bootstrap-provider.tsx",
    "src/common/ui/dynamic-homepage.tsx",
  ]
}
