mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 07:18:56 -05:00
15 lines
390 B
JSON
15 lines
390 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"lib": ["esnext", "dom", "dom.iterable"],
|
|
"outDir": "${configDir}/node_modules/.cache/ts/test-out",
|
|
"tsBuildInfoFile": "${configDir}/node_modules/.cache/ts/test-tsbuildinfo"
|
|
},
|
|
"include": ["./test", "./src", "./package.json"],
|
|
"references": [
|
|
{
|
|
"path": "../better-auth/tsconfig.json"
|
|
}
|
|
]
|
|
}
|