Files
better-auth/test/tsconfig.json
2025-11-11 06:48:59 +00:00

14 lines
228 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"lib": ["esnext"],
"types": ["node"]
},
"include": ["./unit"],
"references": [
{
"path": "../packages/better-auth/tsconfig.json"
}
]
}