mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-22 14:21:55 -05:00
20 lines
490 B
JSON
20 lines
490 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"downlevelIteration": true,
|
|
"baseUrl": ".",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"verbatimModuleSyntax": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"exactOptionalPropertyTypes": false,
|
|
"incremental": true,
|
|
"noErrorTruncation": true,
|
|
"types": ["node", "bun"]
|
|
},
|
|
"exclude": ["**/dist/**", "**/node_modules/**"]
|
|
}
|