mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-21 23:48:05 +00:00
ec06da0ebc
- Package namespace: @polkadot/* -> @pezkuwi/* - Repository: polkadot-js/common -> pezkuwichain/pezkuwi-common - Author: Pezkuwi Team <team@pezkuwichain.io> Core packages: - @pezkuwi/util (utilities) - @pezkuwi/util-crypto (crypto primitives) - @pezkuwi/keyring (account management) - @pezkuwi/networks (chain metadata) - @pezkuwi/hw-ledger (Ledger hardware wallet) - @pezkuwi/x-* (10 polyfill packages) Total: 14 packages Upstream: polkadot-js/common v14.0.1
36 lines
1.8 KiB
JSON
36 lines
1.8 KiB
JSON
{
|
|
"extends": "@pezkuwi/dev/config/tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"paths": {
|
|
"@pezkuwi/hw-ledger": ["hw-ledger/src/index.ts"],
|
|
"@pezkuwi/hw-ledger/packageInfo": ["hw-ledger/src/packageInfo.ts"],
|
|
"@pezkuwi/hw-ledger/*": ["hw-ledger/src/*.ts"],
|
|
"@pezkuwi/hw-ledger-transports": ["hw-ledger-transports/src/browser.ts"],
|
|
"@pezkuwi/hw-ledger-transports/packageInfo": ["hw-ledger-transports/src/packageInfo.ts"],
|
|
"@pezkuwi/hw-ledger-transports/types": ["hw-ledger-transports/src/types.ts"],
|
|
"@pezkuwi/hw-ledger-transports/*": ["hw-ledger-transports/src/browser.ts"],
|
|
"@pezkuwi/keyring": ["keyring/src/index.ts"],
|
|
"@pezkuwi/keyring/packageInfo": ["keyring/src/packageInfo.ts"],
|
|
"@pezkuwi/networks": ["networks/src/index.ts"],
|
|
"@pezkuwi/networks/packageInfo": ["networks/src/packageInfo.ts"],
|
|
"@pezkuwi/util-crypto": ["util-crypto/src/index.ts"],
|
|
"@pezkuwi/util-crypto/packageInfo": ["util-crypto/src/packageInfo.ts"],
|
|
"@pezkuwi/util-crypto/*": ["util-crypto/src/*.ts"],
|
|
"@pezkuwi/util": ["util/src/index.ts"],
|
|
"@pezkuwi/util/packageInfo": ["util/src/packageInfo.ts"],
|
|
"@pezkuwi/util/test": ["util/src/test/index.ts"],
|
|
"@pezkuwi/util/*": ["util/src/*.ts"],
|
|
"@pezkuwi/x-bundle/*": ["x-bundle/src/*.ts"],
|
|
"@pezkuwi/x-bigint": ["x-bigint/src/index.ts"],
|
|
"@pezkuwi/x-bigint/shim": ["x-bigint/src/shim.ts"],
|
|
"@pezkuwi/x-fetch": ["x-fetch/src/browser.ts"],
|
|
"@pezkuwi/x-global": ["x-global/src/index.ts"],
|
|
"@pezkuwi/x-randomvalues": ["x-randomvalues/src/browser.ts"],
|
|
"@pezkuwi/x-textdecoder": ["x-textdecoder/src/browser.ts"],
|
|
"@pezkuwi/x-textencoder": ["x-textencoder/src/browser.ts"],
|
|
"@pezkuwi/x-ws": ["x-ws/src/browser.ts"]
|
|
}
|
|
}
|
|
}
|