mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 15:42:09 -05:00
14 lines
228 B
JSON
14 lines
228 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"lib": ["esnext"],
|
|
"types": ["node"]
|
|
},
|
|
"include": ["./unit"],
|
|
"references": [
|
|
{
|
|
"path": "../packages/better-auth/tsconfig.json"
|
|
}
|
|
]
|
|
}
|