-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtsconfig.dev.json
More file actions
32 lines (32 loc) · 798 Bytes
/
tsconfig.dev.json
File metadata and controls
32 lines (32 loc) · 798 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
{
"files": [],
"references": [
{
"path": "./packages/client/tsconfig.dev.cjs.json"
},
{
"path": "./packages/client/tsconfig.dev.esm.json"
},
{
"path": "./packages/server/tsconfig.dev.cjs.json"
},
{
"path": "./packages/server/tsconfig.dev.esm.json"
},
{
"path": "./packages/cli/tsconfig.json"
},
{
"path": "./packages/kit/tsconfig.dev.json"
},
{
"path": "./packages/adapter-vercel/tsconfig.build.json"
},
{
"path": "./packages/adapter-netlify/tsconfig.build.json"
},
{
"path": "./packages/adapter-cloudflare/tsconfig.build.json"
}
]
}