Files
phishing/tsconfig.base.json
pezkuwichain a4bb93cb33 feat: complete Pezkuwi rebrand
- Update phishing URL to phishing.pezkuwichain.io
- Update author to Dijital Kurdistan Tech Inst
- Update README with Pezkuwi project references
- Update IPFS reference to pezkuwichain.io
- Rebrand all package references from @polkadot to @pezkuwi
2026-01-09 04:11:37 +03:00

10 lines
179 B
JSON

{
"extends": "@pezkuwi/dev/config/tsconfig.json",
"compilerOptions": {
"composite": true,
"paths": {
"@pezkuwi/phishing": ["phishing/src/index.ts"]
}
}
}