{
  "extends": "@calcom/tsconfig/react-library.json",
  "exclude": ["dist", "build", "node_modules"],
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      /* A `package` should never import from `apps` ↓ */
      "@components/*": ["../../apps/web/components/*"],
      /* A `package` should never import from `apps` ↓ */
      "@lib/*": ["../../apps/web/lib/*"],
      "@prisma/client/*": ["@calcom/prisma/client/*"]
    },
    "resolveJsonModule": true,
    "experimentalDecorators": true
  },
  "include": [
    "next-env.d.ts",
    "@calcom/types",
    "../types/*.d.ts",
    "../types/next-auth.d.ts",
    "**/*.ts",
    "**/*.tsx"
  ]
}
