forked from polkadot-js/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tsconfig.base.json
118 lines (118 loc) · 7.7 KB
/
tsconfig.base.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
{
"extends": "@polkadot/dev/config/tsconfig.json",
"compilerOptions": {
"composite": true,
"paths": {
"@polkadot/apps": ["apps/src/index.tsx"],
"@polkadot/apps/Root": ["apps/src/Root.tsx"],
"@polkadot/apps-config": ["apps-config/src/index.ts"],
"@polkadot/apps-config/endpoints": ["apps-config/src/endpoints/index.ts"],
"@polkadot/apps-config/endpoints/*": ["apps-config/src/endpoints/*.ts"],
"@polkadot/apps-config/links/*": ["apps-config/src/links/*.ts"],
"@polkadot/apps-config/settings/*": ["apps-config/src/settings/*.ts"],
"@polkadot/apps-config/ui/logos/*": ["apps-config/src/ui/logos/*/index.ts"],
"@polkadot/apps-routing": ["apps-routing/src/index.ts"],
"@polkadot/apps-routing/*": ["apps-routing/src/*.ts"],
"@polkadot/app-accounts": ["page-accounts/src/index.tsx"],
"@polkadot/app-addresses": ["page-addresses/src/index.tsx"],
"@polkadot/app-alliance": ["page-alliance/src/index.tsx"],
"@polkadot/app-assets": ["page-assets/src/index.tsx"],
"@polkadot/app-bounties": ["page-bounties/src/index.tsx"],
"@polkadot/app-calendar": ["page-calendar/src/index.tsx"],
"@polkadot/app-claims": ["page-claims/src/index.tsx"],
"@polkadot/app-claims/useCounter": ["page-claims/src/useCounter.ts"],
"@polkadot/app-collator": ["page-collator/src/index.tsx"],
"@polkadot/app-contracts": ["page-contracts/src/index.tsx"],
"@polkadot/app-council": ["page-council/src/index.tsx"],
"@polkadot/app-democracy": ["page-democracy/src/index.tsx"],
"@polkadot/app-democracy/*": ["page-democracy/src/*.tsx"],
"@polkadot/app-extrinsics": ["page-extrinsics/src/index.tsx"],
"@polkadot/app-explorer": ["page-explorer/src/index.tsx"],
"@polkadot/app-explorer/*": ["page-explorer/src/*.tsx"],
"@polkadot/app-fellowship": ["page-fellowship/src/index.tsx"],
"@polkadot/app-files": ["page-files/src/index.tsx"],
"@polkadot/app-gilt": ["page-gilt/src/index.tsx"],
"@polkadot/app-i18n": ["page-i18n/src/index.tsx"],
"@polkadot/app-js": ["page-js/src/index.tsx"],
"@polkadot/app-membership": ["page-membership/src/index.tsx"],
"@polkadot/app-nfts": ["page-nfts/src/index.tsx"],
"@polkadot/app-nis": ["page-nis/src/index.tsx"],
"@polkadot/app-parachains": ["page-parachains/src/index.tsx"],
"@polkadot/app-parachains/Teleport": ["page-parachains/src/Teleport.tsx"],
"@polkadot/app-parachains/useLeaseRanges": ["page-parachains/src/useLeaseRanges.ts"],
"@polkadot/app-poll": ["page-poll/src/index.tsx"],
"@polkadot/app-preimages": ["page-preimages/src/index.tsx"],
"@polkadot/app-preimages/Preimages/Add": ["page-preimages/src/Preimages/Add/index.tsx"],
"@polkadot/app-preimages/Preimages/Call": ["page-preimages/src/Preimages/Call.tsx"],
"@polkadot/app-preimages/Preimages/Hash": ["page-preimages/src/Preimages/Hash.tsx"],
"@polkadot/app-ranked": ["page-ranked/src/index.tsx"],
"@polkadot/app-ranked/*": ["page-ranked/src/*.tsx"],
"@polkadot/app-referenda": ["page-referenda/src/index.tsx"],
"@polkadot/app-referenda/Referenda": ["page-referenda/src/Referenda/index.tsx"],
"@polkadot/app-referenda/useAccountLocks": ["page-referenda/src/useAccountLocks.ts"],
"@polkadot/app-referenda/useCounter": ["page-referenda/src/useCounter.ts"],
"@polkadot/app-rpc": ["page-rpc/src/index.tsx"],
"@polkadot/app-runtime": ["page-runtime/src/index.tsx"],
"@polkadot/app-scheduler": ["page-scheduler/src/index.tsx"],
"@polkadot/app-settings": ["page-settings/src/index.tsx"],
"@polkadot/app-settings/useCounter": ["page-settings/src/useCounter.ts"],
"@polkadot/app-settings/util": ["page-settings/src/util.tsx"],
"@polkadot/app-signing": ["page-signing/src/index.tsx"],
"@polkadot/app-society": ["page-society/src/index.tsx"],
"@polkadot/app-staking": ["page-staking/src/index.tsx"],
"@polkadot/app-staking2": ["page-staking2/src/index.tsx"],
"@polkadot/app-staking2/Legend": ["page-staking2/src/Legend.tsx"],
"@polkadot/app-staking2/Pools": ["page-staking2/src/Pools/index.tsx"],
"@polkadot/app-staking2/Pools/*": ["page-staking2/src/Pools/*.ts"],
"@polkadot/app-storage": ["page-storage/src/index.tsx"],
"@polkadot/app-sudo": ["page-sudo/src/index.tsx"],
"@polkadot/app-tech-comm": ["page-tech-comm/src/index.tsx"],
"@polkadot/app-tech-comm/App": ["page-tech-comm/src/App.tsx"],
"@polkadot/app-tech-comm/Proposals": ["page-tech-comm/src/Proposals/index.tsx"],
"@polkadot/app-treasury": ["page-treasury/src/index.tsx"],
"@polkadot/app-utilities": ["page-utilities/src/index.tsx"],
"@polkadot/app-whitelist": ["page-whitelist/src/index.tsx"],
"@polkadot/react-api": ["react-api/src/index.ts"],
"@polkadot/react-api/hoc": ["react-api/src/hoc/index.ts"],
"@polkadot/react-api/util": ["react-api/src/util/index.ts"],
"@polkadot/react-api/*": ["react-api/src/*.ts"],
"@polkadot/react-components": ["react-components/src/index.ts"],
"@polkadot/react-components/i18n": ["react-components/src/i18n/index.ts"],
"@polkadot/react-components/i18n/*": ["react-components/src/i18n/*.ts"],
"@polkadot/react-components/InputConsts/*": ["react-components/src/InputConsts/*.ts"],
"@polkadot/react-components/Popup/*": ["react-components/src/Popup/*.ts"],
"@polkadot/react-components/Status/*": ["react-components/src/Status/*.ts"],
"@polkadot/react-components/styled": ["react-components/src/styled.ts"],
"@polkadot/react-components/styles": ["react-components/src/styles/index.ts"],
"@polkadot/react-components/styles/*": ["react-components/src/styles/*.ts"],
"@polkadot/react-components/types": ["react-components/src/types.ts"],
"@polkadot/react-components/util": ["react-components/src/util/index.ts"],
"@polkadot/react-components/util/types": ["react-components/src/util/types.ts"],
"@polkadot/react-components/*": ["react-components/src/*.tsx"],
"@polkadot/react-hooks": ["react-hooks/src/index.ts"],
"@polkadot/react-hooks/ctx/types": ["react-hooks/src/ctx/types.ts"],
"@polkadot/react-hooks/ctx/*": ["react-hooks/src/ctx/*.tsx"],
"@polkadot/react-hooks/*": ["react-hooks/src/*.ts"],
"@polkadot/react-params": ["react-params/src/index.tsx"],
"@polkadot/react-params/Param/*": ["react-params/src/Param/*.tsx"],
"@polkadot/react-params/types": ["react-params/src/types.ts"],
"@polkadot/react-params/util": ["react-params/src/util.ts"],
"@polkadot/react-params/valueToText": ["react-params/src/valueToText.tsx"],
"@polkadot/react-query": ["react-query/src/index.ts"],
"@polkadot/react-signer": ["react-signer/src/index.tsx"],
"@polkadot/react-signer/signers": ["react-signer/src/signers/index.ts"],
"@polkadot/test-support/api": ["test-support/src/api/index.ts"],
"@polkadot/test-support/creation/*": ["test-support/src/creation/*.ts"],
"@polkadot/test-support/hooks": ["test-support/src/hooks/index.ts"],
"@polkadot/test-support/keyring": ["test-support/src/keyring/index.ts"],
"@polkadot/test-support/mockData": ["test-support/src/mockData/index.ts"],
"@polkadot/test-support/pages/*": ["test-support/src/pages/*.tsx"],
"@polkadot/test-support/pagesElements": ["test-support/src/pagesElements/index.ts"],
"@polkadot/test-support/react": ["test-support/src/react/index.ts"],
"@polkadot/test-support/substrate": ["test-support/src/substrate/index.ts"],
"@polkadot/test-support/types": ["test-support/src/types.ts"],
"@polkadot/test-support/transaction": ["test-support/src/transaction/index.ts"],
"@polkadot/test-support/utils": ["test-support/src/utils/index.ts"]
}
}
}