Files
better-auth/packages/test-utils/tsconfig.json
2026-01-20 21:15:54 +00:00

12 lines
175 B
JSON

{
"extends": "../../tsconfig.base.json",
"references": [
{
"path": "../core/tsconfig.json"
},
{
"path": "../better-auth/tsconfig.json"
}
]
}