mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 08:31:37 -05:00
16 lines
338 B
JSON
16 lines
338 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "./node_modules/.cache/test",
|
|
"tsBuildInfoFile": "tsconfig.test.tsbuildinfo",
|
|
"lib": ["esnext", "dom", "dom.iterable"]
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../better-auth/tsconfig.json"
|
|
}
|
|
],
|
|
"include": ["test", "src"]
|
|
}
|