mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 23:52:05 -05:00
15 lines
327 B
JSON
15 lines
327 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"customConditions": [],
|
|
"target": "esnext",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "node16",
|
|
"module": "Node16"
|
|
},
|
|
"include": ["./test/**/*"]
|
|
}
|