Files
better-auth/tsconfig.json
2025-11-11 06:48:59 +00:00

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"
}
]
}