mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 07:18:56 -05:00
15 lines
248 B
JSON
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"
|
|
}
|
|
]
|
|
}
|