Files
better-auth/packages/cli/tsconfig.json

12 lines
197 B
JSON

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