mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-14 00:42:46 -05:00
59 lines
1.2 KiB
JSON
59 lines
1.2 KiB
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/i18n/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./packages/passkey/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./packages/sso/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./packages/stripe/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./packages/telemetry/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./packages/prisma-adapter/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./packages/mongo-adapter/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./packages/memory-adapter/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./packages/drizzle-adapter/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./packages/kysely-adapter/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./packages/test-utils/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./test/tsconfig.json"
|
|
}
|
|
]
|
|
}
|