-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathtsconfig.json
More file actions
38 lines (38 loc) · 1.34 KB
/
tsconfig.json
File metadata and controls
38 lines (38 loc) · 1.34 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
{
"compilerOptions": {
"esModuleInterop": true,
"module": "Node16",
"moduleResolution": "Node16",
"noEmit": true,
"isolatedModules": true,
},
"references": [
{ "path": "packages/ur-registry-stellar" },
{ "path": "packages/ur-registry-sui" },
{ "path": "packages/ur-registry-ton" },
{ "path": "packages/ur-registry-tron" },
{ "path": "packages/ur-registry-btc" },
{ "path": "packages/ur-registry-ergo" },
{ "path": "packages/ur-registry-eth" },
{ "path": "packages/ur-registry-evm" },
{ "path": "packages/ur-registry-iota" },
{ "path": "packages/ur-registry-keystone" },
{ "path": "packages/ur-registry-near" },
{ "path": "packages/ur-registry-sol" },
{ "path": "packages/sol-keyring" },
{ "path": "packages/ur-registry-aptos" },
{ "path": "packages/ur-registry-arweave" },
{ "path": "packages/ur-registry-avalanche" },
{ "path": "packages/ur-registry-cardano" },
{ "path": "packages/base-eth-keyring" },
{ "path": "packages/eth-keyring" },
{ "path": "packages/evm-keyring" },
{ "path": "packages/metamask-airgapped-keyring" },
{ "path": "packages/aptos-keyring" },
{ "path": "packages/arweave-keyring" },
{ "path": "packages/cosmos-keyring" },
{ "path": "packages/near-keyring" },
{ "path": "packages/ur-registry-cosmos" },
],
"files": []
}