mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 04:19:20 +00:00
chore: typecheck using monorepo (#4920)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"strict": true,
|
||||
"target": "esnext",
|
||||
"downlevelIteration": true,
|
||||
@@ -17,7 +18,11 @@
|
||||
"composite": true,
|
||||
"incremental": true,
|
||||
"noErrorTruncation": true,
|
||||
"types": ["node"]
|
||||
"types": ["node"],
|
||||
"paths": {
|
||||
"better-auth": ["./packages/better-auth/src"],
|
||||
"better-auth/*": ["./packages/better-auth/src/*"]
|
||||
}
|
||||
},
|
||||
"references": [
|
||||
{
|
||||
@@ -26,6 +31,9 @@
|
||||
{
|
||||
"path": "./packages/cli"
|
||||
},
|
||||
{
|
||||
"path": "./packages/cli/tsconfig.test.json"
|
||||
},
|
||||
{
|
||||
"path": "./packages/expo"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user