-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathtsconfig.json
More file actions
80 lines (79 loc) · 1.51 KB
/
tsconfig.json
File metadata and controls
80 lines (79 loc) · 1.51 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
// See README.tsconfigs.md for details on how these work in this repo.
{
"extends": "./tsconfig.base.json",
"files": [], // intentionally empty
"references": [
{
"path": "./.github/release"
},
{
"path": "./packages/eslint-config-w3up"
},
{
"path": "./packages/filecoin-client"
},
{
"path": "./packages/access-client"
},
{
"path": "./packages/upload-client"
},
{
"path": "./packages/capabilities"
},
{
"path": "./packages/filecoin-api"
},
{
"path": "./packages/w3up-client"
},
{
"path": "./packages/blob-index"
},
{
"path": "./packages/did-mailto"
},
{
"path": "./packages/upload-api"
},
{
"path": "./packages/encrypt-upload-client"
},
{
"path": "./packages/ui/examples/react/multi-file-upload"
},
{
"path": "./packages/ui/examples/react/uploads-list"
},
{
"path": "./packages/ui/examples/react/file-upload"
},
{
"path": "./packages/ui/examples/react/components"
},
{
"path": "./packages/ui/examples/react/sign-up-in"
},
{
"path": "./packages/ui/examples/test/playwright"
},
{
"path": "./packages/ui/packages/react"
},
{
"path": "./packages/ui/packages/core"
},
{
"path": "./packages/console"
},
{
"path": "./packages/ucn"
},
{
"path": "./packages/router"
},
{
"path": "./packages/principal-resolver"
}
]
}