mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 21:58:03 +00:00
10 lines
181 B
JSON
10 lines
181 B
JSON
{
|
|
"extends": "@polkadot/dev/config/tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"paths": {
|
|
"@polkadot/phishing": ["phishing/src/index.ts"]
|
|
}
|
|
}
|
|
}
|