mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 04:19:20 +00:00
43 lines
910 B
JSON
43 lines
910 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "esnext",
|
|
"downlevelIteration": true,
|
|
"esModuleInterop": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"skipLibCheck": true,
|
|
"verbatimModuleSyntax": true,
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false,
|
|
"noUncheckedIndexedAccess": true,
|
|
"exactOptionalPropertyTypes": false,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"composite": true,
|
|
"incremental": true,
|
|
"noErrorTruncation": true,
|
|
"types": ["node"]
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "./packages/better-auth"
|
|
},
|
|
{
|
|
"path": "./packages/cli"
|
|
},
|
|
{
|
|
"path": "./packages/expo"
|
|
},
|
|
{
|
|
"path": "./packages/sso"
|
|
},
|
|
{
|
|
"path": "./packages/stripe"
|
|
}
|
|
],
|
|
"files": [],
|
|
"include": [],
|
|
"exclude": ["**/dist/**", "**/node_modules/**", "**/examples/**"]
|
|
}
|