-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathtsconfig.paths.json
More file actions
23 lines (23 loc) · 1.2 KB
/
tsconfig.paths.json
File metadata and controls
23 lines (23 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@polkadot/api-derive": ["node_modules/@subscan/multisig-polkadot-api-derive"],
"@polkadot/api-derive/*": ["node_modules/@subscan/multisig-polkadot-api-derive/*"],
"@polkadot/react-api": ["src/packages/react-api/src"],
"@polkadot/react-api/*": ["src/packages/react-api/src/*"],
"@polkadot/react-components": ["src/packages/react-components/src"],
"@polkadot/react-components/*": ["src/packages/react-components/src/*"],
"@polkadot/react-hooks": ["src/packages/react-hooks/src"],
"@polkadot/react-hooks/*": ["src/packages/react-hooks/src/*"],
"@polkadot/react-params": ["src/packages/react-params/src"],
"@polkadot/react-params/*": ["src/packages/react-params/src/*"],
"@polkadot/react-query": ["src/packages/react-query/src"],
"@polkadot/react-query/*": ["src/packages/react-query/src/*"],
"@polkadot/react-signer": ["src/packages/react-signer/src"],
"@polkadot/react-signer/*": ["src/packages/react-signer/src/*"],
"@polkadot/types": ["node_modules/@subscan/multisig-polkadot-types"],
"@polkadot/types/*": ["node_modules/@subscan/multisig-polkadot-types/*"]
}
}
}