{ "extends": "@calcom/tsconfig/nextjs.json", "compilerOptions": { "baseUrl": ".", "paths": { "@components/*": ["components/*"], "@lib/*": ["lib/*"], "@server/*": ["server/*"], "@ee/*": ["ee/*"], "@apps/*": ["lib/apps/*"] }, "typeRoots": ["./types", "@calcom/types"], "types": ["@types/jest", "@calcom/types/*.d.ts"] }, "include": [ "next-env.d.ts", "../../packages/types/*.d.ts", "../../packages/types/next-auth.d.ts", "**/*.ts", "**/*.tsx" ], "exclude": ["node_modules"] }