mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 20:37:56 +00:00
c71ddb6e0d
- Clone Polkadot.js Apps repository - Update package.json with Pezkuwi branding - Add Pezkuwi endpoint to production chains (wss://pezkuwichain.app:9944) - Create comprehensive README for SDK UI - Set up project structure with all packages Next steps: - Apply Kurdistan colors (Kesk, Sor, Zer, Spi + Black) to UI theme - Replace logos with Pezkuwi branding - Test build and deployment
57 lines
2.7 KiB
JSON
57 lines
2.7 KiB
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "..",
|
|
"outDir": "./build",
|
|
"rootDir": "./src"
|
|
},
|
|
"references": [
|
|
{ "path": "../page-accounts/tsconfig.build.json" },
|
|
{ "path": "../page-addresses/tsconfig.build.json" },
|
|
{ "path": "../page-alliance/tsconfig.build.json" },
|
|
{ "path": "../page-ambassador/tsconfig.build.json" },
|
|
{ "path": "../page-assets/tsconfig.build.json" },
|
|
{ "path": "../page-broker/tsconfig.build.json" },
|
|
{ "path": "../page-bounties/tsconfig.build.json" },
|
|
{ "path": "../page-calendar/tsconfig.build.json" },
|
|
{ "path": "../page-claims/tsconfig.build.json" },
|
|
{ "path": "../page-collator/tsconfig.build.json" },
|
|
{ "path": "../page-contracts/tsconfig.build.json" },
|
|
{ "path": "../page-coretime/tsconfig.build.json" },
|
|
{ "path": "../page-council/tsconfig.build.json" },
|
|
{ "path": "../page-democracy/tsconfig.build.json" },
|
|
{ "path": "../page-explorer/tsconfig.build.json" },
|
|
{ "path": "../page-extrinsics/tsconfig.build.json" },
|
|
{ "path": "../page-fellowship/tsconfig.build.json" },
|
|
{ "path": "../page-files/tsconfig.build.json" },
|
|
{ "path": "../page-gilt/tsconfig.build.json" },
|
|
{ "path": "../page-js/tsconfig.build.json" },
|
|
{ "path": "../page-membership/tsconfig.build.json" },
|
|
{ "path": "../page-nfts/tsconfig.build.json" },
|
|
{ "path": "../page-nis/tsconfig.build.json" },
|
|
{ "path": "../page-parachains/tsconfig.build.json" },
|
|
{ "path": "../page-poll/tsconfig.build.json" },
|
|
{ "path": "../page-preimages/tsconfig.build.json" },
|
|
{ "path": "../page-ranked/tsconfig.build.json" },
|
|
{ "path": "../page-referenda/tsconfig.build.json" },
|
|
{ "path": "../page-rpc/tsconfig.build.json" },
|
|
{ "path": "../page-runtime/tsconfig.build.json" },
|
|
{ "path": "../page-scheduler/tsconfig.build.json" },
|
|
{ "path": "../page-settings/tsconfig.build.json" },
|
|
{ "path": "../page-signing/tsconfig.build.json" },
|
|
{ "path": "../page-society/tsconfig.build.json" },
|
|
{ "path": "../page-staking/tsconfig.build.json" },
|
|
{ "path": "../page-staking-async/tsconfig.build.json" },
|
|
{ "path": "../page-staking2/tsconfig.build.json" },
|
|
{ "path": "../page-staking-legacy/tsconfig.build.json" },
|
|
{ "path": "../page-storage/tsconfig.build.json" },
|
|
{ "path": "../page-sudo/tsconfig.build.json" },
|
|
{ "path": "../page-tech-comm/tsconfig.build.json" },
|
|
{ "path": "../page-treasury/tsconfig.build.json" },
|
|
{ "path": "../page-utilities/tsconfig.build.json" },
|
|
{ "path": "../page-whitelist/tsconfig.build.json" },
|
|
{ "path": "../react-components/tsconfig.build.json" },
|
|
{ "path": "../react-hooks/tsconfig.build.json" }
|
|
]
|
|
}
|