Files
better-auth/packages/cli/tsconfig.json
2025-11-29 09:18:23 -08:00

15 lines
248 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"lib": ["esnext", "dom", "dom.iterable"]
},
"references": [
{
"path": "../better-auth/tsconfig.json"
},
{
"path": "../core/tsconfig.json"
}
]
}