Files
better-auth/tsconfig.json

32 lines
640 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/sso/tsconfig.json"
},
{
"path": "./packages/stripe/tsconfig.json"
},
{
"path": "./packages/telemetry/tsconfig.json"
}
]
}