mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-22 22:32:01 -05:00
38 lines
752 B
JSON
38 lines
752 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"include": [
|
|
// Only include files that are in the root directory. All other files are included by the references.
|
|
"./*.ts",
|
|
"./*.js"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "./packages/better-auth/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./packages/cli/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./packages/core/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./packages/expo/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./packages/passkey/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./packages/sso/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./packages/stripe/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./packages/telemetry/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./test/tsconfig.json"
|
|
}
|
|
]
|
|
}
|