{
  "framework": "nextjs",
  "codeAlias": "tsconfig.json",
  "paths": {},
  "packageManager": "npm",
  "excludeDir": [
    "node_modules",
    "dist",
    "build",
    "dist",
    ".next",
    "out",
    "coverage",
    ".turbo",
    ".vite",
    ".cache",
    ".vercel",
    ".netlify",
    "storybook-static",
    "generated",
    "prisma",
    "graphql",
    "supabase",
    "drizzle",
    "__generated__"
  ],
  "excludeFile": [
    "payload-types.ts",
    "payload-types.js"
  ],
  "excludeExtensions": [
    "test.tsx",
    "test.ts",
    "test.js",
    "test.jsx",
    "spec.tsx",
    "spec.ts",
    "spec.js",
    "spec.jsx",
    "d.ts",
    "config.js",
    "config.cjs",
    "config.mjs",
    "config.ts",
    "setupTests.ts",
    "setupTests.js",
    "setup.ts",
    "setup.js"
  ],
  "excludeDirPrint": [],
  "excludeFilePrint": [
    "page.tsx",
    "page.jsx",
    "route.ts",
    "route.jsx",
    "layout.tsx",
    "layout.jsx",
    "middleware.ts",
    "middleware.js",
    "error.tsx",
    "error.jsx",
    "loading.tsx",
    "loading.jsx",
    "not-found.tsx",
    "not-found.jsx",
    "global-error.tsx",
    "global-error.jsx",
    "_app.tsx",
    "_app.jsx",
    "_document.tsx",
    "_document.jsx",
    "_error.tsx",
    "_error.jsx",
    "robots.ts",
    "robots.js",
    "sitemap.ts",
    "sitemap.js",
    "manifest.ts",
    "manifest.js",
    "robots.txt",
    "not-found.tsx",
    "not-found.jsx"
  ],
  "excludeDirAssets": [],
  "excludeFileAssets": [],
  "excludeDirCode": [
    "node_modules",
    "dist",
    "build",
    "dist",
    ".next",
    "out",
    "coverage",
    ".turbo",
    ".vite",
    ".cache",
    ".vercel",
    ".netlify",
    "storybook-static",
    "generated",
    "prisma",
    "graphql",
    "supabase",
    "drizzle",
    "__generated__"
  ],
  "excludeFileCode": [],
  "isRootFolderReferenced": false,
  "alias": true
}