mirror of
https://github.com/better-auth/better-auth.git
synced 2026-08-21 06:56:28 -05:00
16 lines
290 B
JSON
16 lines
290 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"lib": ["esnext", "dom", "dom.iterable"]
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../better-auth/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "../core/tsconfig.json"
|
|
}
|
|
],
|
|
"include": ["**/*.ts", "package.json"]
|
|
}
|