mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 07:18:56 -05:00
13 lines
217 B
JSON
13 lines
217 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["./src", "./package.json"],
|
|
"references": [
|
|
{
|
|
"path": "../better-auth/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "../core/tsconfig.json"
|
|
}
|
|
]
|
|
}
|