mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 04:19:20 +00:00
chore: use tsconfig monorepo setup (#4826)
This commit is contained in:
348
pnpm-lock.yaml
generated
348
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"target": "esnext",
|
||||
"downlevelIteration": true,
|
||||
"baseUrl": ".",
|
||||
"strict": true,
|
||||
"target": "esnext",
|
||||
@@ -7,11 +10,42 @@
|
||||
"esModuleInterop": true,
|
||||
"module": "esnext",
|
||||
"moduleResolution": "bundler",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "bundler",
|
||||
"skipLibCheck": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"noUnusedLocals": false,
|
||||
"noUnusedParameters": false,
|
||||
"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": [],
|
||||
"exactOptionalPropertyTypes": false,
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
|
||||
@@ -37,6 +37,10 @@
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": []
|
||||
},
|
||||
"typecheck": {
|
||||
"outputs": [".tsbuildinfo", "dist/**"],
|
||||
"cache": true
|
||||
},
|
||||
"deploy": {
|
||||
"cache": false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user