forked from trezor/trezor-suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tsconfig.json
197 lines (197 loc) · 6.86 KB
/
tsconfig.json
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
{
"extends": "./tsconfig.base.json",
"files": [],
"references": [
{ "path": "suite-common/analytics" },
{ "path": "suite-common/assets" },
{ "path": "suite-common/connect-init" },
{
"path": "suite-common/device-authenticity"
},
{ "path": "suite-common/fiat-services" },
{ "path": "suite-common/formatters" },
{ "path": "suite-common/graph" },
{ "path": "suite-common/icons" },
{ "path": "suite-common/intl-types" },
{ "path": "suite-common/invity" },
{ "path": "suite-common/logger" },
{ "path": "suite-common/message-system" },
{ "path": "suite-common/metadata-types" },
{ "path": "suite-common/redux-utils" },
{ "path": "suite-common/sentry" },
{ "path": "suite-common/suite-config" },
{
"path": "suite-common/suite-constants"
},
{ "path": "suite-common/suite-types" },
{ "path": "suite-common/suite-utils" },
{ "path": "suite-common/test-utils" },
{
"path": "suite-common/toast-notifications"
},
{
"path": "suite-common/token-definitions"
},
{
"path": "suite-common/transaction-cache-engine"
},
{ "path": "suite-common/validators" },
{ "path": "suite-common/wallet-config" },
{
"path": "suite-common/wallet-constants"
},
{ "path": "suite-common/wallet-core" },
{ "path": "suite-common/wallet-types" },
{ "path": "suite-common/wallet-utils" },
{ "path": "suite-native/accounts" },
{ "path": "suite-native/alerts" },
{ "path": "suite-native/analytics" },
{ "path": "suite-native/app" },
{ "path": "suite-native/assets" },
{ "path": "suite-native/atoms" },
{ "path": "suite-native/biometrics" },
{ "path": "suite-native/blockchain" },
{ "path": "suite-native/config" },
{ "path": "suite-native/device" },
{ "path": "suite-native/device-manager" },
{ "path": "suite-native/device-mutex" },
{ "path": "suite-native/discovery" },
{
"path": "suite-native/ethereum-tokens"
},
{ "path": "suite-native/feature-flags" },
{ "path": "suite-native/formatters" },
{ "path": "suite-native/forms" },
{ "path": "suite-native/graph" },
{ "path": "suite-native/helpers" },
{ "path": "suite-native/intl" },
{ "path": "suite-native/link" },
{ "path": "suite-native/message-system" },
{
"path": "suite-native/module-accounts-import"
},
{
"path": "suite-native/module-accounts-management"
},
{
"path": "suite-native/module-add-accounts"
},
{
"path": "suite-native/module-connect-device"
},
{
"path": "suite-native/module-dev-utils"
},
{ "path": "suite-native/module-home" },
{
"path": "suite-native/module-onboarding"
},
{
"path": "suite-native/module-passphrase"
},
{ "path": "suite-native/module-receive" },
{ "path": "suite-native/module-send" },
{
"path": "suite-native/module-settings"
},
{ "path": "suite-native/navigation" },
{ "path": "suite-native/notifications" },
{ "path": "suite-native/qr-code" },
{
"path": "suite-native/react-native-graph"
},
{ "path": "suite-native/receive" },
{ "path": "suite-native/state" },
{ "path": "suite-native/storage" },
{ "path": "suite-native/test-utils" },
{ "path": "suite-native/theme" },
{ "path": "suite-native/toasts" },
{ "path": "suite-native/transactions" },
{ "path": "suite-native/video-assets" },
{ "path": "packages/analytics" },
{ "path": "packages/auth-server" },
{ "path": "packages/blockchain-link" },
{
"path": "packages/blockchain-link-types"
},
{
"path": "packages/blockchain-link-utils"
},
{ "path": "packages/coinjoin" },
{ "path": "packages/components" },
{ "path": "packages/connect" },
{ "path": "packages/connect-analytics" },
{ "path": "packages/connect-common" },
{ "path": "packages/connect-explorer" },
{
"path": "packages/connect-explorer-nextra"
},
{
"path": "packages/connect-explorer-theme"
},
{
"path": "packages/connect-explorer-webextension"
},
{ "path": "packages/connect-iframe" },
{
"path": "packages/connect-plugin-ethereum"
},
{
"path": "packages/connect-plugin-stellar"
},
{ "path": "packages/connect-popup" },
{ "path": "packages/connect-ui" },
{ "path": "packages/connect-web" },
{
"path": "packages/connect-webextension"
},
{ "path": "packages/crypto-utils" },
{ "path": "packages/device-utils" },
{ "path": "packages/dom-utils" },
{ "path": "packages/e2e-utils" },
{ "path": "packages/env-utils" },
{ "path": "packages/ipc-proxy" },
{ "path": "packages/node-utils" },
{ "path": "packages/protobuf" },
{ "path": "packages/protocol" },
{ "path": "packages/react-native-usb" },
{ "path": "packages/react-utils" },
{ "path": "packages/request-manager" },
{ "path": "packages/schema-utils" },
{ "path": "scripts" },
{ "path": "packages/styles" },
{ "path": "packages/suite" },
{ "path": "packages/suite-analytics" },
{ "path": "packages/suite-build" },
{ "path": "packages/suite-data" },
{ "path": "packages/suite-desktop" },
{ "path": "packages/suite-desktop-api" },
{ "path": "packages/suite-desktop-core" },
{ "path": "packages/suite-desktop-ui" },
{ "path": "packages/suite-storage" },
{ "path": "packages/suite-web" },
{ "path": "packages/theme" },
{ "path": "packages/transport" },
{ "path": "packages/transport-bridge" },
{ "path": "packages/transport-native" },
{
"path": "packages/trezor-user-env-link"
},
{ "path": "packages/type-utils" },
{ "path": "packages/urls" },
{ "path": "packages/utils" },
{ "path": "packages/utxo-lib" },
{
"path": "packages/connect-examples/electron-main-process"
},
{
"path": "packages/connect-examples/electron-renderer-with-popup"
},
{
"path": "packages/connect-examples/electron-renderer-with-assets"
},
{
"path": "packages/connect-examples/node"
}
]
}