The inferred type of 'auth' cannot be named without a reference to 'better-auth/node_modules/zod/v4/
Better-auth 1.3.4
composite, we require that to be false for Better-Auth to work for now.@task-dao/typescript-config/base.json?{
"include": ["src/**/*", "prisma/**/*", "../../packages/shared/src/**/*"],
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"verbatimModuleSyntax": true,
"strict": true,
"skipLibCheck": true,
"baseUrl": "./",
"rootDir": "../../",
"paths": {
"@/*": ["./src/*"],
"@shared/*": ["../../packages/shared/src/*"]
},
"outDir": "./dist",
"types": ["bun"],
"composite": true,
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"
},
"tsc-alias": {
"resolveFullPaths": true
}
}composite{
"extends": "@task-dao/typescript-config/base.json",
"include": [
"src/**/*"
],
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"outDir": "./dist",
"esModuleInterop": true,
"composite": false
},
"exclude": [
"node_modules",
"dist"
]
}@task-dao/typescript-config/base.json