This repository was archived by the owner on Dec 12, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathtsconfig.json
More file actions
93 lines (93 loc) · 1.61 KB
/
tsconfig.json
File metadata and controls
93 lines (93 loc) · 1.61 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"include": [],
"references": [
{
"path": "./apps/example-aws-lambda-ts"
},
{
"path": "./apps/example-azure-functions-ts"
},
{
"path": "./apps/example-bun-ts"
},
{
"path": "./apps/example-cloudflare-ts"
},
{
"path": "./apps/example-deno-ts"
},
{
"path": "./apps/example-fastly-ts"
},
{
"path": "./apps/example-gcore-ts"
},
{
"path": "./apps/example-netlify-ts"
},
{
"path": "./apps/example-next-ts"
},
{
"path": "./apps/example-node-ts"
},
{
"path": "./apps/example-supabase-ts"
},
{
"path": "./apps/example-vercel-ts"
},
{
"path": "./apps/modelfetch-website"
},
{
"path": "./libs/create-modelfetch"
},
{
"path": "./libs/modelfetch"
},
{
"path": "./libs/modelfetch-aws-lambda"
},
{
"path": "./libs/modelfetch-azure-functions"
},
{
"path": "./libs/modelfetch-bun"
},
{
"path": "./libs/modelfetch-cloudflare"
},
{
"path": "./libs/modelfetch-core"
},
{
"path": "./libs/modelfetch-deno"
},
{
"path": "./libs/modelfetch-fastly"
},
{
"path": "./libs/modelfetch-gcore"
},
{
"path": "./libs/modelfetch-netlify"
},
{
"path": "./libs/modelfetch-next"
},
{
"path": "./libs/modelfetch-node"
},
{
"path": "./libs/modelfetch-supabase"
},
{
"path": "./libs/modelfetch-vercel"
},
{
"path": "./libs/nx-10x"
}
],
"extends": "./tsconfig.base.json"
}