forked from better-auth/better-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.json
More file actions
37 lines (37 loc) · 752 Bytes
/
tsconfig.json
File metadata and controls
37 lines (37 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"extends": "./tsconfig.base.json",
"include": [
// Only include files that are in the root directory. All other files are included by the references.
"./*.ts",
"./*.js"
],
"references": [
{
"path": "./packages/better-auth/tsconfig.json"
},
{
"path": "./packages/cli/tsconfig.json"
},
{
"path": "./packages/core/tsconfig.json"
},
{
"path": "./packages/expo/tsconfig.json"
},
{
"path": "./packages/passkey/tsconfig.json"
},
{
"path": "./packages/sso/tsconfig.json"
},
{
"path": "./packages/stripe/tsconfig.json"
},
{
"path": "./packages/telemetry/tsconfig.json"
},
{
"path": "./test/tsconfig.json"
}
]
}